Re: Async consumption of messages from any queue

2008-10-13 Thread Bruce Snyder
On Mon, Oct 13, 2008 at 12:04 PM, ilango_g <[EMAIL PROTECTED]> wrote: > > Hi > Is this MessageListener like a helper class (singleton perhaps) that you can > call when a servlet is init() ed? Yes, that's one area where it is used in ActiveMQ. Bruce -- perl -e 'print unpack("u30","D0G)[EMAIL PRO

Re: Async consumption of messages from any queue

2008-10-13 Thread ilango_g
et the consumer information? > onMessageAvailable(MessageConsumer consumer) > > It would be great if any one can point to a testcase atleast. > > Kind Regards, > Ramesh > -- View this message in context: http://www.nabble.com/Async-consumption-of-messages-from-any-queue-tp1976

Re: Async consumption of messages from any queue

2008-10-13 Thread Bruce Snyder
On Wed, Oct 1, 2008 at 1:42 PM, Ramesh Mandaleeka <[EMAIL PROTECTED]> wrote: > > Hi, > > We are using multiple reply queues and more or less the data format is same > in all the reply queues. Is there a away to create a MessageListener with > out mentioning the destination name? MessageListeners a

Async consumption of messages from any queue

2008-10-01 Thread Ramesh Mandaleeka
://www.nabble.com/Async-consumption-of-messages-from-any-queue-tp19768240p19768240.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.