This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 8782ce9528fc9150e048c0fdd23b2b75f09baadc Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Mar 10 13:08:19 2020 +0100 Camel-RabbitMQ: Better info about autoDetectConnectionFactory --- components/camel-rabbitmq/src/main/docs/rabbitmq-component.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/components/camel-rabbitmq/src/main/docs/rabbitmq-component.adoc b/components/camel-rabbitmq/src/main/docs/rabbitmq-component.adoc index b5a78e1..1cde01f 100644 --- a/components/camel-rabbitmq/src/main/docs/rabbitmq-component.adoc +++ b/components/camel-rabbitmq/src/main/docs/rabbitmq-component.adoc @@ -247,6 +247,7 @@ The `ConnectionFactory` is auto-detected by default, so you can just do </camelContext> ---- +In case you have multiple connection factories in your application or multiple connection factories in your registry, don't forge to set the `autoDetectConnectionFactory` to false. == Message Headers