RE: How to get the queueLength at runtime

2011-01-05 Thread Andre vd Merwe
You can also enable the statistics plugin (http://activemq.apache.org/statisticsplugin.html) and then you simply send a message to get the stats. Andre. -Original Message- From: chubr...@gmail.com [mailto:chubr...@gmail.com] On Behalf Of Dejan Bosanac Sent: 05 January 2011 11:17 To: us

RE: Unmatched acknowledge

2010-11-20 Thread Andre vd Merwe
called I wish I had seen this before... Hope this helps someone Andre --- From: Andre vd Merwe [mailto:andre...@p-cubed.co.za] Sent: 05 October 2010 09:46 To: users@activemq.apache.org Subject: Unmatched acknowledge Hi, I am getting an "Unmatched acknowledge" excep

RE: Re: could I config an queue to no persistence, others to persistence

2010-10-12 Thread Andre vd Merwe
As I understood, when you send a persistent message it is a synchronous call but when you send a non-persistent message it is asynchronous. So adding the persistent plugin does not actually give you the same guarantee that actually sending the messages as persistent does. i.e. you could lose a m

Unmatched acknowledge

2010-10-05 Thread Andre vd Merwe
Hi, I am getting an "Unmatched acknowledge" exception, with a message like this "Expected message count (5) differs from count in dispatched-list (4)" (Full exception at the end of this mail). All I can find when I search is are following and they are both old and indicate that issue was reso