Re: Threading model for activemq

2007-07-04 Thread camper
Ok, but why are there 38 threads for acitvemq when i start it? James.Strachan wrote: > > The JMS specification describes the threading model; typically its one > thread per JMS session; then ActiveMQ tends to create on the client > side a thread per connection; on the broker side its another t

Re: Threading model for activemq

2007-07-02 Thread James Strachan
The JMS specification describes the threading model; typically its one thread per JMS session; then ActiveMQ tends to create on the client side a thread per connection; on the broker side its another thread per connection. On 6/30/07, camper <[EMAIL PROTECTED]> wrote: Sorry for the empty messag

Re: Threading model for activemq

2007-06-30 Thread camper
Sorry for the empty message, it was an accident. What I wanted to ask was, is there any information on activemq's threading model? When I start up activemq i see around 40 threads and when i run my application i see more threads being created. I don't know if this is expected behaviour or not.

Re: Threading model for activemq

2007-06-29 Thread madhav
? camper wrote: > > > -- View this message in context: http://www.nabble.com/Threading-model-for-activemq-tf4001960s2354.html#a11368217 Sent from the ActiveMQ - User mailing list archive at Nabble.com.