You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Tomas Vavricka (Jira)" <ji...@apache.org> on 2022/11/11 12:26:00 UTC

[jira] [Closed] (QPID-8602) [Broker-J] Show producer details in REST API

     [ https://issues.apache.org/jira/browse/QPID-8602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomas Vavricka closed QPID-8602.
--------------------------------

> [Broker-J] Show producer details in REST API
> --------------------------------------------
>
>                 Key: QPID-8602
>                 URL: https://issues.apache.org/jira/browse/QPID-8602
>             Project: Qpid
>          Issue Type: New Feature
>          Components: Broker-J
>    Affects Versions: qpid-java-broker-8.0.6
>            Reporter: Daniil Kirilyuk
>            Priority: Minor
>             Fix For: qpid-java-broker-9.0.0
>
>
> 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: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org