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

qpid-stat -u to show Outgoing objects for AMQP 1.0

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 0.30
    • None
    • C++ Tools
    • None

    Description

      Description of problem:
      qpid-stat -u serves as a good command for understanding what consumers of what queues there exist. But for an AMQP 1.0 consumer, the command does not list "AMQP 1.0 subscription" as the consumer link is maintained in Outgoing QMF object. But qpid-stat cant cope with outgoing (or incoming) objects.

      It is required to:

      • either have an option -o (and optionally -i) for listing outgoing (optionally incoming) links
      • or enhance "qpid-stat -u" by listing AMQP 1.0 outgoing links

      Version-Release number of selected component (if applicable):
      qpid-cpp-server 0.22-48

      How reproducible:
      100%

      Steps to Reproduce:
      1. qpid-receive -a "someQueue;

      {create:always}

      " --connection-option "

      {protocol:amqp1.0}

      " -f &
      2. qpid-stat -u

      Actual results:
      There is no subscription of someQueue. There is no way to see the outgoing links in via either qpid-stat option.

      Expected results:
      Some qpid-stat option to list outgoing links.

      Attachments

        Activity

          People

            pmoravec Pavel Moravec
            pmoravec Pavel Moravec
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: