You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/09/23 13:16:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17608739#comment-17608739 ] 

ASF GitHub Bot commented on QPID-8602:
--------------------------------------

dakirily opened a new pull request, #142:
URL: https://github.com/apache/qpid-broker-j/pull/142

   This PR addresses issue [QPID-8602](https://issues.apache.org/jira/browse/QPID-8602), adding producer details in broker REST API




> [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: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org