Merge lp://staging/~djfroofy/txamqp/txamqp-return-handling into lp://staging/txamqp
Proposed by
Drew Smathers
Status: | Rejected |
---|---|
Rejected by: | Esteve Fernandez |
Proposed branch: | lp://staging/~djfroofy/txamqp/txamqp-return-handling |
Merge into: | lp://staging/txamqp |
To merge this branch: | bzr merge lp://staging/~djfroofy/txamqp/txamqp-return-handling |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
txAMQP Team | Pending | ||
Review via email: mp+3767@code.staging.launchpad.net |
To post a comment you must log in.
Unmerged revisions
- 13. By Drew Smathers <drew@kieru>
-
add set_return_handler to TwistedDelegate
This adds handling for basic.return messages which is optimal for an application I'm developing - we need to know for certain messages if routing failed. Test case is BrokerTests. test_return. I'm open to changing interface, etc.