[AMQ-9049] Mention dicarded messages in getTotalDequeueCount operation of BrokerViewMBean

This commit is contained in:
Jean-Baptiste Onofré 2022-08-16 16:43:02 +02:00
parent 2c193ea01d
commit 7159b4410b

View File

@ -92,7 +92,7 @@ public interface BrokerViewMBean extends Service {
@MBeanInfo("Number of messages that have been sent to the broker.") @MBeanInfo("Number of messages that have been sent to the broker.")
long getTotalEnqueueCount(); 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(); long getTotalDequeueCount();
@MBeanInfo("Number of message consumers subscribed to destinations on the broker.") @MBeanInfo("Number of message consumers subscribed to destinations on the broker.")