Re: CMS and Multithreading

2009-05-01 Thread nmittal
> a method like onMessage as the time spent in that method delays delivery > of messages, so you wouldn't want to start producing messages from > onMessage for instance. > > Regards > Tim. > > -- > Tim Bish > http://fusesource.com > http://timbish.blogspot.com/ > > > > > -- View this message in context: http://www.nabble.com/CMS-and-Multithreading-tp2314p23335072.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: CMS and Multithreading

2009-05-01 Thread Timothy Bish
On Fri, 2009-05-01 at 06:44 -0700, nmittal wrote: > below is an excerpt from the book "ActiveMQ in action"... > The JMS spec specifically defines concurrency for various objects in the JMS > API and requires that only a few objects support concurrent access. The > ConnectionFactory, Connection and

CMS and Multithreading

2009-05-01 Thread nmittal
in context: http://www.nabble.com/CMS-and-Multithreading-tp2314p2314.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.