Add a note on multiple binders application

Resolves #16
This commit is contained in:
Ilayaperumal Gopinathan
2017-03-10 15:36:15 +05:30
committed by Vinicius Carvalho
parent 68b1f4679b
commit 08e27e3702

View File

@@ -55,7 +55,7 @@ Some options are described in <<rabbit-dlq-processing>>.
[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.
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 being applied to the two binders.
====
== Configuration Options