lp://staging/~terrycojones/txamqp/stresstest
Created by
Terry Jones
and last modified
- Get this branch:
- bzr branch lp://staging/~terrycojones/txamqp/stresstest
Only
Terry Jones
can upload to this branch. If you are
Terry Jones
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- txAMQP Team: Pending requested
-
Diff: 1055 lines (+509/-101)21 files modifieddoc/README (+29/-20)
setup.py (+3/-1)
src/examples/simple/README (+5/-1)
src/examples/simple/txconsumer.py (+31/-15)
src/examples/simple/txpublisher.py (+40/-26)
src/examples/stresstest/README (+10/-0)
src/examples/stresstest/common.py (+3/-0)
src/examples/stresstest/txconsumer.py (+95/-0)
src/examples/stresstest/txpublisher.py (+96/-0)
src/examples/thrift/README (+25/-19)
src/txamqp/client.py (+19/-1)
src/txamqp/codec.py (+2/-0)
src/txamqp/connection.py (+2/-0)
src/txamqp/content.py (+2/-0)
src/txamqp/delegate.py (+22/-1)
src/txamqp/message.py (+2/-0)
src/txamqp/protocol.py (+115/-16)
src/txamqp/queue.py (+2/-1)
src/txamqp/spec.py (+2/-0)
src/txamqp/testlib.py (+2/-0)
src/txamqp/xmlutil.py (+2/-0)
Branch information
Recent revisions
- 42. By Terry Jones
-
Added code to print a friendly message on failure to authenticate with the broker.
- 40. By Terry Jones
-
Added a bunch of comments to try to help people (mainly me, to start with) understand what's going on.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/txamqp