Hi Guys, I have 2 queues provided by third party provider 1.request queue, 2.reply queue
using camel jms i will send request to request queue, so third party provider will push respective response to response queue. I would to make these calls synchronous. so for each request send to request queue ,i need to get response (from response queue) *in same thread*(as like http). Would request-reply(inout) pattern in camel helps to achieve this? Can you please post examples of sample routes to get an idea... -- View this message in context: http://camel.465427.n5.nabble.com/Camel-jms-Request-reply-scenario-with-separate-queues-for-request-and-response-tp5782754.html Sent from the Camel - Users mailing list archive at Nabble.com.