clebertsuconic commented on PR #4905: URL: https://github.com/apache/activemq-artemis/pull/4905#issuecomment-2073954333
same thing, but including management queues: ``` bin % ./artemis queue stat --include-management Connection brokerURL = tcp://localhost:61616 |NAME |ADDRESS |CONSUMER|MESSAGE|MESSAGES|DELIVERING|MESSAGES|SCHEDULED| ROUTING |INTERNAL| | | | COUNT | COUNT | ADDED | COUNT | ACKED | COUNT | TYPE | | |$sys.mqtt.sessions |$sys.mqtt.sessions | 0 | 0 | 0 | 0 | 0 | 0 | ANYCAST | true | |DLQ |DLQ | 0 | 0 | 0 | 0 | 0 | 0 | ANYCAST | false | |ExpiryQueue |ExpiryQueue | 0 | 0 | 0 | 0 | 0 | 0 | ANYCAST | false | |TEST |TEST | 0 | 0 | 0 | 0 | 0 | 0 | ANYCAST | false | |activemq.management.0fc9e|activemq.management.0fc9e| 1 | 1 | 1 | 1 | 0 | 0 |MULTICAST| false | | b03-3934-4f2a-8eec-5202| b03-3934-4f2a-8eec-5202| | | | | | | | | | 4975e39d | 4975e39d | | | | | | | | | |activemq.management.44065|activemq.management.44065| 1 | 1 | 1 | 1 | 0 | 0 |MULTICAST| false | | c77-addc-410b-8270-e996| c77-addc-410b-8270-e996| | | | | | | | | | 9dc830b2 | 9dc830b2 | | | | | | | | | |activemq.management.98058|activemq.management.98058| 1 | 0 | 0 | 0 | 0 | 0 |MULTICAST| false | | 71f-0572-4664-953c-bb2c| 71f-0572-4664-953c-bb2c| | | | | | | | | | 4f5a1842 | 4f5a1842 | | | | | | | | | ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
