From fb4934c344678ff9ed23e976d49ec78ac6c56f54 Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Tue, 16 Jan 2007 05:30:43 +0000 Subject: changed reliable to true by default git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@496596 13f79535-47bb-0310-9956-ffa450edef68 --- python/qpid/peer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/qpid/peer.py b/python/qpid/peer.py index a5686a917d..0618bdf00e 100644 --- a/python/qpid/peer.py +++ b/python/qpid/peer.py @@ -176,7 +176,7 @@ class Channel: self.responder = Responder(self.write) # XXX: better switch - self.reliable = False + self.reliable = True def close(self, reason): if self.closed: -- cgit v1.2.1