Author: kgiusti Date: Wed Dec 7 21:50:47 2011 New Revision: 1211654 URL: http://svn.apache.org/viewvc?rev=1211654&view=rev Log: QPID-3667: do not set the user-id header in the messages if the connection does not provide a proper user-id
Modified: qpid/trunk/qpid/extras/qmf/src/py/qmf/console.py Modified: qpid/trunk/qpid/extras/qmf/src/py/qmf/console.py URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/extras/qmf/src/py/qmf/console.py?rev=1211654&r1=1211653&r2=1211654&view=diff ============================================================================== --- qpid/trunk/qpid/extras/qmf/src/py/qmf/console.py (original) +++ qpid/trunk/qpid/extras/qmf/src/py/qmf/console.py Wed Dec 7 21:50:47 2011 @@ -2438,7 +2438,7 @@ class Broker(Thread): if uid.__class__ == tuple and len(uid) == 2: self.saslUser = uid[1] else: - self.saslUser = self.authUser + self.saslUser = None # prevent topic queues from filling up (and causing the agents to # disconnect) by discarding the oldest queued messages when full. --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:commits-subscr...@qpid.apache.org