mirror of
https://github.com/apache/activemq.git
synced 2025-02-25 03:25:25 +00:00
[AMQ-9049] Mention dicarded messages in getTotalDequeueCount operation of BrokerViewMBean
This commit is contained in:
parent
2c193ea01d
commit
7159b4410b
@ -92,7 +92,7 @@ public interface BrokerViewMBean extends Service {
|
||||
@MBeanInfo("Number of messages that have been sent to the broker.")
|
||||
long getTotalEnqueueCount();
|
||||
|
||||
@MBeanInfo("Number of messages that have been acknowledged on the broker.")
|
||||
@MBeanInfo("Number of messages that have been acknowledged or discarded on the broker.")
|
||||
long getTotalDequeueCount();
|
||||
|
||||
@MBeanInfo("Number of message consumers subscribed to destinations on the broker.")
|
||||
|
Loading…
x
Reference in New Issue
Block a user