Hi James,

I am not sure whether I understand the context. Are you talking about 
request/reply over JMS with the camel-jms component?

In that case the replyToDestinationSelectorName parameter might help you with 
shared reply to queues. I actually do not see any impact that may have on 
transactions. I haven't tried that out myself, though.

Best regards
Stephan

-----Original Message-----
From: James Carman [mailto:ja...@carmanconsulting.com] 
Sent: Montag, 11. Juli 2016 16:29
To: dev@camel.apache.org
Subject: [DISCUSS] Reusing Exclusive ReplyTo Queue..

Right now, you must have a unique reply to queue for each destination.
Would there be any impact of allowing folks to use a single reply to queue
for all destinations?  For example, suppose I want to use an "Exclusive"
reply to queue per node within my cluster, but I want all replies (for all
routes) to go to REPLY_TO.<hostname>.  Would this impact transactions?  Is
this doable?

Reply via email to