Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-8602

[Broker-J] Show producer details in REST API

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Minor
    • Resolution: Implemented
    • qpid-java-broker-8.0.6
    • qpid-java-broker-9.0.0
    • Broker-J
    • 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

          Activity

            People

              Unassigned Unassigned
              daniel.kirilyuk Daniil Kirilyuk
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: