From 08e27e3702b6afae39d481d0d9d7c01fdce2f0e9 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 3dbf0bc78..7bfa8447c 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 @@ -55,7 +55,7 @@ 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. +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