Re: TotalEnqueueCount,TotalDequeueCount,TotalMessages in JMX activemq does not work as i would expect

2008-07-06 Thread Rob Davies
On a queue - enqueue is the messages sent to a queue, messages is the messages held by the broker, and dequeue is the messages consumed. So what you're seeing looks correct On 7 Jul 2008, at 07:22, Michal Singer wrote: Queues rajdavies wrote: are you using topics or queues ? On 7 Jul 200

Re: TotalEnqueueCount,TotalDequeueCount,TotalMessages in JMX activemq does not work as i would expect

2008-07-06 Thread Michal Singer
Queues rajdavies wrote: > > are you using topics or queues ? > > On 7 Jul 2008, at 06:20, Michal Singer wrote: > >> >> What you explained is what i understood should be: >> so i would expect that if all messages are consumed by clients, that: >> TotalEnqueue=TotalMessages=TotalDequeue >> >> Bu

Re: TotalEnqueueCount,TotalDequeueCount,TotalMessages in JMX activemq does not work as i would expect

2008-07-06 Thread Rob Davies
are you using topics or queues ? On 7 Jul 2008, at 06:20, Michal Singer wrote: What you explained is what i understood should be: so i would expect that if all messages are consumed by clients, that: TotalEnqueue=TotalMessages=TotalDequeue But this is not what i see as I mentioned before. (wh

Re: TotalEnqueueCount,TotalDequeueCount,TotalMessages in JMX activemq does not work as i would expect

2008-07-06 Thread Michal Singer
What you explained is what i understood should be: so i would expect that if all messages are consumed by clients, that: TotalEnqueue=TotalMessages=TotalDequeue But this is not what i see as I mentioned before. (what i see is: TotalMessages+TotalDequeue=TotalEnqueue) I still don't understand why

Re: TotalEnqueueCount,TotalDequeueCount,TotalMessages in JMX activemq does not work as i would expect

2008-07-06 Thread Rob Davies
The total messages should be the number of messages in the broker at that time, the total enqueue count = the number of messages sent to the broker the total dequeue count = the number of messages consumed by clients though the behaviour is slightly different between queues and topics (e.g.

Re: TotalEnqueueCount,TotalDequeueCount,TotalMessages in JMX activemq does not work as i would expect

2008-07-06 Thread Michal Singer
I am using a snapshot of 5.2: apache-activemq-5.2-20080619.135742-2-bin Can you explain the meaning of these attributes and what they should hold, since i don't understand them. Thanks, Michal rajdavies wrote: > > > On 6 Jul 2008, at 13:40, Michal Singer wrote: > >> >> When i observe the JMX

Re: TotalEnqueueCount,TotalDequeueCount,TotalMessages in JMX activemq does not work as i would expect

2008-07-06 Thread Rob Davies
On 6 Jul 2008, at 13:40, Michal Singer wrote: When i observe the JMX activemq broker node: I see that TotalMessages + TotalDequeueCount = TotalEnqueueCount I would expect that the TotalEnqueueCount = TotalDequeueCount = TotalMessages Am i wrong? why is the first equation correct? Thanks --

TotalEnqueueCount,TotalDequeueCount,TotalMessages in JMX activemq does not work as i would expect

2008-07-06 Thread Michal Singer
When i observe the JMX activemq broker node: I see that TotalMessages + TotalDequeueCount = TotalEnqueueCount I would expect that the TotalEnqueueCount = TotalDequeueCount = TotalMessages Am i wrong? why is the first equation correct? Thanks -- View this message in context: http://www.nabble.