Re: What does “Messages Dequeued” mean on ActiveMQ web console page?

2018-07-13 Thread Jean-Baptiste Onofré
Hi,

messages dequeued is the number of messages that has been consumed since
the broker start (it's cumulative, on all destinations).

Regards
JB

On 12/07/2018 16:20, libing195205 wrote:
>  It's sad that nobody interests in it, could anyone help?
> 
> 
> 
> --
> Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html
> 

-- 
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com


Re: What does “Messages Dequeued” mean on ActiveMQ web console page?

2018-07-12 Thread Tom Hall
This is the first result when I googled your question.
http://activemq.2283324.n4.nabble.com/Message-Dequeue-count-in-jconsole-0-even-after-messages-are-recieved-and-consumed-by-subscribers-td4675875.html
 

It seems to answer your question.


> On Jul 12, 2018, at 7:20 AM, libing195205  wrote:
> 
> It's sad that nobody interests in it, could anyone help?
> 
> 
> 
> --
> Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html



Re: What does “Messages Dequeued” mean on ActiveMQ web console page?

2018-07-12 Thread libing195205
 It's sad that nobody interests in it, could anyone help?



--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html


What does “Messages Dequeued” mean on ActiveMQ web console page?

2018-06-12 Thread libing195205
I’m using ActiveMQ v5.10.0, and on the web console page I can see two columns
named “Messages Enqueued” and “Messages Dequeued” for BOTH queue and topic.
I’m clear on what these two columns mean for queue, but confused on that for
topic. Because after a message enqueued into a topic, this message will be
“dequeued” multiple times depending on the count of subscribers of this
topic, and a live subscriber may die for some reason, or some new subscriber
may join at some time later.

*Picture_1: Message Dequeued for topics*
<http://activemq.2283324.n4.nabble.com/file/t379075/1_topic_enqueue_dequeue.png>
 

*Picture_2: Subscriber of customerMessageSendToCA*
<http://activemq.2283324.n4.nabble.com/file/t379075/2_subscriber_consume_message_successfully.png>
 

*Picture_3: Subscriber of ReceptionCustomerInfoEmit*
<http://activemq.2283324.n4.nabble.com/file/t379075/3_subscriber_consume_message_successfully.png>
 


*Question 1:*
Does “Messages Dequeued” mean the total times that all the enqueued messages
had ever been dequeued?

*Question 2:*
As the picture 1 shows, "Messages Dequeued" is 0 for
"topic.mob.chat.customerMessageSendToCA", but NOT 0 for
"topic.mob.chat.ReceptionCustomerInfoEmit"
As the picture 2&3 show, "topic.mob.chat.customerMessageSendToCA" has two
subscribers which are both durable, and
"topic.mob.chat.ReceptionCustomerInfoEmit" has two subscribers which are
both non-durable

Why "Messages Dequeued" is *0 or NOT 0*, does it have something to do with
durable/non-durable subscriber?


I had ever posted it on stackoverflow, but no replies at all.
https://stackoverflow.com/questions/50479472/what-does-messages-dequeued-mean-on-activemq-web-console-page

Really appreciate it if someone could solve my puzzle, great thanks in
advance 



--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html