[ 
https://issues.apache.org/jira/browse/CAMEL-7044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Willem Jiang resolved CAMEL-7044.
---------------------------------

    Resolution: Fixed

Applied the patch into master and camel-2.12.x branches.

> We should ignore the rabbitmq.ROUTING_KEY when bridgeEndpoint option is true
> ----------------------------------------------------------------------------
>
>                 Key: CAMEL-7044
>                 URL: https://issues.apache.org/jira/browse/CAMEL-7044
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-rabbitmq
>    Affects Versions: 2.12.2
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.12.3, 2.13.0
>
>
> [An user complains about camel route keeping sending the message to the same 
> queue|http://camel.465427.n5.nabble.com/camel-rabbitmq-routing-issue-tp5744371p5744374.html
>  ] when using the camel-rabbitmq as a proxy.
> {code}
> <camelContext xmlns="http://camel.apache.org/schema/spring";> 
> <route> 
> <from 
> uri="rabbitmq://localhost/general.topic?queue=general.queue&amp;routingKey=general.queue&amp;exchangeType=topic&amp;username=guest&amp;password=guest&amp;autoDelete=false&amp;durable=true"
> /> 
> <to 
> uri="rabbitmq://localhost/scheduler.topic?queue=scheduler.queue&amp;routingKey=scheduler.queue&amp;exchangeType=topic&amp;username=guest&amp;password=guest&amp;autoDelete=false&amp;durable=true"
> /> 
> </route> 
> </camelContext>
> {code}
>  



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to