Polyconseil / aioamqp

AMQP implementation using asyncio
Other
280 stars 88 forks source link

WIP: delegate frame & protocol to pamqp lib #182

Closed dzen closed 5 years ago

dzen commented 5 years ago

In order to limit bugs about AMQP protocol, this PR switches decoding and encoding to https://github.com/gmr/pamqp.

Problems to solve :

dzen commented 5 years ago

This first PR is a change proposal. I would like to focus on the asyncio and API side, not the protocol, since the problem can be solved elsewhere.

dzen commented 5 years ago

Created a PR on pamqp to not raises on deprecated AMQP methods https://github.com/gmr/pamqp/pull/13