Pavel Moravec created QPID-6113:
-----------------------------------

             Summary: qpid-stat -u to show Outgoing objects for AMQP 1.0
                 Key: QPID-6113
                 URL: https://issues.apache.org/jira/browse/QPID-6113
             Project: Qpid
          Issue Type: Improvement
          Components: Python Tools
    Affects Versions: 0.30
            Reporter: Pavel Moravec
            Assignee: Pavel Moravec
            Priority: Minor


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.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to