From 331b0e84ae06da0c057a82c0f5b67f550bcd636b Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Mon, 3 Sep 2007 17:35:35 +0000 Subject: Initial implementation (plus very simple tests) of message.acquire, message.release, message.reject and message.flush. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@572394 13f79535-47bb-0310-9956-ffa450edef68 --- python/qpid/peer.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/qpid/peer.py') diff --git a/python/qpid/peer.py b/python/qpid/peer.py index 6ad5482f09..b9dd4e466a 100644 --- a/python/qpid/peer.py +++ b/python/qpid/peer.py @@ -190,6 +190,7 @@ class Channel: self.completion = OutgoingCompletion() self.incoming_completion = IncomingCompletion(self) self.futures = {} + self.control_queue = Queue(0)#used for incoming methods that appas may want to handle themselves # Use reliable framing if version == 0-9. if spec.major == 0 and spec.minor == 9: -- cgit v1.2.1