Hi Christian, thank you for the reply.

Yes, I can add a processor in between and send it back to MyQ like this:

from("jms:queue:MyQ").process(...).to("jms:queue:MyQ");

But this is not what I need. I want to listen to the MyQ, receive it and
then send a new message as a reply to the destination defined by JMSReplyTo
(which was already set my Camel's InOut) and of course bind the request map
to the replies by JMSCorrelationId (set by Camel as well).




--
View this message in context: 
http://camel.465427.n5.nabble.com/Request-reply-JMS-ActiveMQ-tp5751686p5751689.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to