Re: Slow message dispatch

2014-09-02 Thread Mohit Anchlia
ducer and consumer are not > closing and recreating connections; ActiveMQ (like all JMS) connections are > intended to be long lived, processing large numbers of messages in a single > connection lifetime. > > > > -- > View this message in context: > http://activemq.2283324.n4.na

Re: Slow message dispatch

2014-08-28 Thread artnaseef
- make sure the producer and consumer are not closing and recreating connections; ActiveMQ (like all JMS) connections are intended to be long lived, processing large numbers of messages in a single connection lifetime. -- View this message in context: http://activemq.2283324.n4.nabble.com/Slow-m

Slow message dispatch

2014-08-28 Thread Mohit Anchlia
I am looking at an issue where I am losing about 120 ms between posting a message to the queue and receiving a message on the queue. Is there a way to debug and see where it might be spending the extra time?