QMF Console (console.py) uses the wrong user-id to annotate messages sent
-------------------------------------------------------------------------

                 Key: QPID-3060
                 URL: https://issues.apache.org/jira/browse/QPID-3060
             Project: Qpid
          Issue Type: Bug
          Components: Qpid Managment Framework
    Affects Versions: 0.8
            Reporter: Ted Ross
            Assignee: Ted Ross
            Priority: Minor
             Fix For: 0.9


console.py sets the user-id of outgoing messages with the username supplied in 
the connection options.  It is more appropriate to use the 
authenticated-user-id from the connection object.  This is the actual user-id 
used by SASL when authenticating the connection.

For example, the connection options might provide a user name of "guest", but 
if the broker is configured for ANONYMOUS auth, the actual user name will be 
"anonymous".  This mismatch causes messages to be rejected by the broker.

-- 
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