Closed horpto closed 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.
You can do that using the default exchange.
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.