Hi, Anyone had any luck with sharing a reply queue in exclusive mode between various request queues?
ie. by creating dynamic URI:s with "jms:queue:<runtime_lookup_queue_name>?replyTo=REPLY.QUEUE&replyToType=Exclusive" The URIs are invoked in a single route in a single camel context, but different requests are routed to different request queues. >From what I can tell, Camel creates new consumers on REPLY.QUEUE for each >request queue, but only one is actually working (the first created). Someone that has worked with this kind of setups, is there any way to share the reply queue without going for "replyToType=Shared" which is slow. Best regards Petter
