spring-cloud-stream-binder-rabbit
spring-cloud-stream-binder-rabbit copied to clipboard
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.