Merge lp://staging/~me-smira/txamqp/patches into lp://staging/txamqp
Proposed by
Andrey Smirnov
Status: | Merged |
---|---|
Merge reported by: | Esteve Fernandez |
Merged at revision: | not available |
Proposed branch: | lp://staging/~me-smira/txamqp/patches |
Merge into: | lp://staging/txamqp |
Diff against target: |
44 lines (+22/-0) 2 files modified
src/txamqp/client.py (+4/-0) src/txamqp/protocol.py (+18/-0) |
To merge this branch: | bzr merge lp://staging/~me-smira/txamqp/patches |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Esteve Fernandez | Approve | ||
Review via email:
|
To post a comment you must log in.
Some small patches I had to apply to txAMQP to keep it working.
I'm using it heavily at qik.com, it receives good load (5M+ messages per day pushed through queues per day).
One of the changes fixes bug with channel-flow messages not being implemented. Other are related to scenario when channel is closed by server due to some error (like "queue doesn't exist") and client should reopen the channel to continue operations.
Thanks for great library!