Unify credentials options in qpid tools
---------------------------------------

                 Key: QPID-3437
                 URL: https://issues.apache.org/jira/browse/QPID-3437
             Project: Qpid
          Issue Type: Improvement
          Components: Tools
    Affects Versions: 0.10
            Reporter: Pavel Moravec


Different qpid-* tools use different command line options for authentication. 
E.g.:

qpid-perftest   --username guest --password passwd -b broker --mechanism MECH
qpid-config     -a guest/passwd@broker --sasl-mechanism=MECH
qpid-stat       guest/passwd@broker -sasl-mechanism=MECH

Further to that, some tools (i.e. qpid-tool) don't have an option to set up 
SASL mechanism at all.

It makes sense to unify these options, plus add missing where desired.

See attached table with list of tools, their options and some further comments 
(some minor bugs found as well).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to