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 2017/11/19 11:58:43 UTC

[camel] branch master updated: Corrected an error in routing URIs

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


The following commit(s) were added to refs/heads/master by this push:
     new 753b115  Corrected an error in routing URIs
753b115 is described below

commit 753b115e74431760646d7d71074d3f7a783ade35
Author: chetangudisagar <ch...@gmail.com>
AuthorDate: Sun Nov 19 17:22:12 2017 +0530

    Corrected an error in routing URIs
    
    Corrected an error in routing URIs of Samples Section.
---
 components/camel-rabbitmq/src/main/docs/rabbitmq-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-rabbitmq/src/main/docs/rabbitmq-component.adoc b/components/camel-rabbitmq/src/main/docs/rabbitmq-component.adoc
index 63070f6..bd1437f 100644
--- a/components/camel-rabbitmq/src/main/docs/rabbitmq-component.adoc
+++ b/components/camel-rabbitmq/src/main/docs/rabbitmq-component.adoc
@@ -251,7 +251,7 @@ To send messages to an exchange called C
 
 [source,java]
 -------------------------------
-...to("rabbitmq://localhost/B")
+...to("rabbitmq://localhost/C")
 -------------------------------
 
 Declaring a headers exchange and queue

-- 
To stop receiving notification emails like this one, please contact
['"commits@camel.apache.org" <co...@camel.apache.org>'].