Add an AMQEndpoint for getting an authenticated AMQClient
Bug #1585096 reported by
Free Ekanayaka
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
txAMQP |
Fix Committed
|
Undecided
|
Free Ekanayaka |
Bug Description
Most consumers of txamqp typically need to go through the dance of declaring a factory, calling IReactor.connectTCP or some IStreamClientEn
It'd be good to simplify this by having an AMQEndpoint that does the job.
Related branches
lp://staging/~free.ekanayaka/txamqp/amq-endpoint
- Esteve Fernandez: Approve
-
Diff: 364 lines (+345/-0)4 files modifiedsrc/txamqp/endpoint.py (+130/-0)
src/txamqp/factory.py (+61/-0)
src/txamqp/test/test_endpoint.py (+103/-0)
src/txamqp/test/test_factory.py (+51/-0)
Changed in txamqp: | |
status: | New → In Progress |
assignee: | nobody → Free Ekanayaka (free.ekanayaka) |
summary: |
- Add an AMQService class for applications needing to be permanently - connected + Add an AMQEndpoint for getting an authenticated AMQClient |
description: | updated |
Changed in txamqp: | |
status: | In Progress → Fix Committed |
To post a comment you must log in.