Posted in dev forums first by accident. Is there a way to connect to a temporary queue by name?
I'm trying to do the following: Component 1: Creates a jms message and a temp queue, puts the message on a queue. Component 2: Receives the jms message creates a request to another system, sends the request. Component 3: Receives a reply from the other system, creates a reply jms message and puts in on the temporary queue for Component 1. Is it possible to connect to the temp queue from component 3 if it doesn't have a reference to the original request (can't do message.getJMSReplyTo())? Thanks -- View this message in context: http://www.nabble.com/Working-with-temporary-queues-tf2944057.html#a8232369 Sent from the ActiveMQ - User mailing list archive at Nabble.com.