issues
search
Polyconseil
/
aioamqp
AMQP implementation using asyncio
Other
280
stars
88
forks
source link
Bcz/simple api
#25
Closed
dzen
closed
10 years ago
dzen
commented
10 years ago
This pull requests is a big work on aioamqp:
it removes the asyncio.queue.Queue that receive the full content of an Amqp Queue. a bad idea
amqp rpc methods and their responses are now synchronized using a few more Futures
it implements a few more rpc methods (so as basic_get)
each channels methods can now raise an exception on failure
dzen
commented
10 years ago
Ready to merge
This pull requests is a big work on aioamqp: