You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/03/10 12:09:14 UTC

[camel] branch master updated (0115644 -> e9e3681)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 0115644  Regen docs
     new 8782ce9  Camel-RabbitMQ: Better info about autoDetectConnectionFactory
     new e9e3681  Regen docs

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 components/camel-rabbitmq/src/main/docs/rabbitmq-component.adoc | 1 +
 docs/components/modules/ROOT/pages/rabbitmq-component.adoc      | 1 +
 2 files changed, 2 insertions(+)


[camel] 02/02: Regen docs

Posted by ac...@apache.org.
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 e9e36814d13ef117322ac4b1096f8c2225faea81
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 10 13:08:50 2020 +0100

    Regen docs
---
 docs/components/modules/ROOT/pages/rabbitmq-component.adoc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/components/modules/ROOT/pages/rabbitmq-component.adoc b/docs/components/modules/ROOT/pages/rabbitmq-component.adoc
index 0c2a916..8aa5eac 100644
--- a/docs/components/modules/ROOT/pages/rabbitmq-component.adoc
+++ b/docs/components/modules/ROOT/pages/rabbitmq-component.adoc
@@ -248,6 +248,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
 


[camel] 01/02: Camel-RabbitMQ: Better info about autoDetectConnectionFactory

Posted by ac...@apache.org.
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 <an...@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