spring-cloud-stream-binder-rabbit icon indicating copy to clipboard operation
spring-cloud-stream-binder-rabbit copied to clipboard

Results 8 spring-cloud-stream-binder-rabbit issues
Sort by recently updated
recently updated
newest added

This issue is specifically related to exclusive anonymous queues declared for streamBridge functionality. I wasn't sure if this is the right place to ask about this or if I should...

There is a typing error when configure for the existing exchange and queue

Thank you first. I use Spring Integraion's @MessagingGateway to send message to Spring Cloud Stream,When I used lasted Stream,I got some problem. I see issue from [How to use a...

Fixes documentation to reflect the actual connection-name-prefix property

I was trying to configurate default properties for multiple consumers and producers acording to docs and not working. So, I'm opening this pull request to fix default consumer and producer...

https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/blob/e60db263847aeff3076d1be9617f0476e383cf30/spring-cloud-stream-binder-rabbit/pom.xml#L45 CVE-2018-1272 Recommended upgrade version:2.0.8.RELEASE

As a developer, I'd like to refactor rabbit-binder's error handling implementation to adapt to core's new abstraction. This is a continuation of spring-cloud/spring-cloud-stream#1036, but the changes required in rabbit-binder.

Currently we use cloud connectors and `spring.cloud.stream.overrideCloudConnectors` to bypass autoreconfiguration. We should consider whether we can simplify this logic to a certain extent.