Hi,
I have a very simple route where messages are sent to an ActiveMQ queue with
JMSReplyTo header set which I would like to ignore. I cannot avoid setting
the header as messages are pushed using composite destination by another
component.

I've set the route as following but the messages are still going out to the
queue qualified by replyto header:

<route>
  <from uri="jms:queue:replyto.test" />
   <to uri="bean:myTestProcessor" pattern="InOnly" />                   
</route>

is there any way to ignore the replyto header so no messages are being sent
back to ActiveMQ?



--
View this message in context: 
http://camel.465427.n5.nabble.com/Ignore-JMSReplyTo-tp5729973.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to