[
https://issues.apache.org/jira/browse/QPID-8602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17615841#comment-17615841
]
ASF subversion and git services commented on QPID-8602:
-------------------------------------------------------
Commit 4e9bac0654125286de8653ff1b6bddb70264489b in qpid-broker-j's branch
refs/heads/main from Daniil Kirilyuk
[ https://gitbox.apache.org/repos/asf?p=qpid-broker-j.git;h=4e9bac0654 ]
QPID-8602: [Broker-J] Show producer details in REST API (#142)
> [Broker-J] Show producer details in REST API
> --------------------------------------------
>
> Key: QPID-8602
> URL: https://issues.apache.org/jira/browse/QPID-8602
> Project: Qpid
> Issue Type: Improvement
> Components: Broker-J
> Affects Versions: qpid-java-broker-8.0.6
> Reporter: Daniil Kirilyuk
> Priority: Minor
>
> Currently Java broker supports showing details of consumers like below:
> {noformat}
> {
> "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
> }
> }
> {noformat}
> There should be similar info about producers.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]