benjamin-hodgson / asynqp

An AMQP library for asyncio
MIT License
84 stars 29 forks source link

Mark amq.rabbitmq.reply-to as valid queue name #86

Closed cybergrind closed 8 years ago

cybergrind commented 8 years ago

Hey!

RabbitMQ has special queue with name 'amq.rabbitmq.reply-to', it is described in https://www.rabbitmq.com/direct-reply-to.html

coveralls commented 8 years ago

Coverage Status

Coverage decreased (-0.003%) to 95.9% when pulling a14918fca4e5a0376d716a76f51116d33eed07ab on cybergrind:master into 9d1b30001167bef9f6ec5d890e449a750854548f on benjamin-hodgson:master.

benjamin-hodgson commented 8 years ago

Thanks for the contribution!