[
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&routingKey=general.queue&exchangeType=topic&username=guest&password=guest&autoDelete=false&durable=true"
> />
> <to
> uri="rabbitmq://localhost/scheduler.topic?queue=scheduler.queue&routingKey=scheduler.queue&exchangeType=topic&username=guest&password=guest&autoDelete=false&durable=true"
> />
> </route>
> </camelContext>
> {code}
>
--
This message was sent by Atlassian JIRA
(v6.1#6144)