From 4d9c1c4c1b5928c046b1c496c74e58cedd2d26f6 Mon Sep 17 00:00:00 2001 From: Ilayaperumal Gopinathan Date: Fri, 10 Mar 2017 15:36:15 +0530 Subject: [PATCH] Add a note on multiple binders application Resolves #16 --- .../src/main/asciidoc/overview.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spring-cloud-stream-binder-rabbit-docs/src/main/asciidoc/overview.adoc b/spring-cloud-stream-binder-rabbit-docs/src/main/asciidoc/overview.adoc index caf8cc731..3dbf0bc78 100644 --- a/spring-cloud-stream-binder-rabbit-docs/src/main/asciidoc/overview.adoc +++ b/spring-cloud-stream-binder-rabbit-docs/src/main/asciidoc/overview.adoc @@ -53,6 +53,11 @@ See <> for more information about these properties. The framework does not provide any standard mechanism to consume dead-letter messages (or to re-route them back to the primary queue). Some options are described in <>. +[NOTE] +==== +When *multiple* RabbitMQ binders are used in a Spring Cloud Stream application, it is important to disable 'RabbitAutoConfiguration' to avoid the same configuration from RabbitAutoConfiguration gets applied to the two binders. +==== + == Configuration Options This section contains settings specific to the RabbitMQ Binder and bound channels.