Perhaps you could just set JMSReplyTo to a topic? Then you could have as many listeners as you like.
On 1/9/07 8:45 AM, "MrRothstein" <[EMAIL PROTECTED]> wrote: > > > > 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. -- Daryl http://itsallsemantics.com "Hell, there are no rules here-- we're trying to accomplish something." -- Thomas A. Edison
