James.Strachan wrote:
> 
> For component 1 why do you want to have a temporary queue? Why not
> just use a real queue?
> 
> Typically temporary queues are only used by clients for setting the
> JMSReplyTo so when they make requests of servers, the server can reply
> to them.
> 

Component 1 sends a message over a regular queue.  It creates a temp queue
and sets the reply-to field of the message.  After sending the message over
a regular queue, it will then wait on the temp queue.  What I'm looking for
is the ability to have Component 3 send the reply to the temp queue even
though it doesnt have a reference to the original request.

-- 
View this message in context: 
http://www.nabble.com/Working-with-temporary-queues-tf2944057.html#a8237949
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to