Polyconseil / aioamqp

AMQP implementation using asyncio
Other
280 stars 88 forks source link

Allow testing against a remote rabbitmq server #109

Closed smurfix closed 5 years ago

smurfix commented 8 years ago

Set AMQP_{HOST,PORT,MGR_PORT, USER,PASS} to appropriate values. Defaults: localhost,5672,15672, guest,guest.

RemiCardona commented 8 years ago

Looks good, I'll try to pull that in real soon.

Thanks!

dzen commented 5 years ago

We merged https://github.com/Polyconseil/aioamqp/commit/5cb1efadb9063ae186a3659781df4ef4e8df8ed4

Thanks anyway !