On 8/1/06, Paul French <[EMAIL PROTECTED]> wrote:
once I create a temporary queue on a connection and session can it be used for any connection/session ?
Any other connection can send to it at least.
I need a temp queue per client. Each client uses resource pooling. I want to consume the temp queue.
Jencks isn't really designed for temporary queues; am not even sure what'd be required to support it. It might be best if you just created a few Sessions and MessageConsumers for dealing with responses. -- James ------- http://radio.weblogs.com/0112098/
