benjamin-hodgson / asynqp

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

Provide support to send message directly to queue bypassing exchange #90

Closed horpto closed 7 years ago

horpto commented 7 years ago

Now I can publish message only over exchange, but some libraries (for example, https://www.npmjs.com/package/amqplib for Nodejs) can pass exchange (which can be fanout or topic) and send directly to known queue.

benjamin-hodgson commented 7 years ago

You can do that using the default exchange.