~landscape/txamqp/production

« back to all changes in this revision

Viewing changes to src/txamqp/client.py

  • Committer: David Britton
  • Date: 2011-12-06 12:36:28 UTC
  • mfrom: (21.1.6 staging)
  • Revision ID: dpb@canonical.com-20111206123628-pisqt2dm9angzr9o
Tags: 11.11.1, 11.12.1, 12.04.1, 12.05, 12.06, 12.09
Merging from staging for production deployment of 11.11.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
    def basic_return_(self, ch, msg):
95
95
        self.client.basic_return_queue.put(msg)
96
96
 
 
97
    def channel_flow(self, ch, msg):
 
98
        ch.channel_flow_ok(active=msg.active)
 
99
 
97
100
    def channel_close(self, ch, msg):
98
101
        ch.channel_close_ok()
99
102
        ch.close(msg)