Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Implemented
-
qpid-java-broker-8.0.6
-
None
Description
Currently Java broker supports showing details of consumers like below:
{ "id" : "488cd88d-f7e2-489d-91bf-8421082eda46", "name" : "0|1|qpid-jms:receiver:ID:6c8ae209-9204-4e37-8da8-3a67abaa4e9f:1:1:1:broadcast.CAREX_TESTCALMMACC1.Public", "type" : "Consumer", "desiredState" : "ACTIVE", "state" : "UNINITIALIZED", "durable" : false, "lifetimePolicy" : "DELETE_ON_SESSION_END", "distributionMode" : "MOVE", "exclusive" : false, "lastOpenedTime" : 1657701041873, "linkName" : "qpid-jms:receiver:ID:6c8ae209-9204-4e37-8da8-3a67abaa4e9f:1:1:1:broadcast.CAREX_TESTCALMMACC1.Public", "noLocal" : false, "nonLive" : false, "priority" : 2147483647, "session" : "1", "createdBy" : "CAREX_TESTCALMMACC1", "createdTime" : 1657701041872, "statistics" : { "bytesOut" : 0, "messagesOut" : 0, "unacknowledgedBytes" : 0, "unacknowledgedMessages" : 0 } }
There should be similar info about producers.
Attachments
Issue Links
- is related to
-
QPID-8621 [Broker-J] Add operation "resetStatistics" to Producer
- Closed