camel-jms - allow a header like JMSDestination to override the destination to send to -------------------------------------------------------------------------------------
Key: CAMEL-1783 URL: https://issues.apache.org/activemq/browse/CAMEL-1783 Project: Apache Camel Issue Type: Improvement Components: camel-jms Affects Versions: 2.0-M2, 1.6.1 Reporter: Claus Ibsen Assignee: Claus Ibsen Fix For: 1.6.2, 2.0.0 We *cannot* use JMSDestination as it would not work when you do a route from(jms A) to (jms B) as it will go into round about as when received from jms A the header will contain JMSDestination = queue:A and thus Camel will send it back to itself. So we should a different name {{CamelJmsDestination}} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.