Merge pull request #884 from jbonofre/AMQ-9049

[AMQ-9049] Mention dicarded messages in getTotalDequeueCount operation of BrokerViewMBean
This commit is contained in:
Jean-Baptiste Onofré 2022-08-18 07:26:11 +02:00 committed by GitHub
commit 6371bf15e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.")