From 7a3ba4a389bfdbdbf526bfd37fe73cbc6c04db8e Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Fri, 9 May 2008 07:45:50 +0000 Subject: Make ANONYMOUS the default mechanism git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@654712 13f79535-47bb-0310-9956-ffa450edef68 --- python/qpid/delegates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/qpid/delegates.py b/python/qpid/delegates.py index c958313671..f31d9a0f09 100644 --- a/python/qpid/delegates.py +++ b/python/qpid/delegates.py @@ -129,7 +129,7 @@ class Client(Delegate): self.connection.read_header() def connection_start(self, ch, start): - ch.connection_start_ok(client_properties=Client.PROPERTIES) + ch.connection_start_ok(client_properties=Client.PROPERTIES, mechanism="ANONYMOUS") def connection_tune(self, ch, tune): ch.connection_tune_ok() -- cgit v1.2.1