Rabbitmq Send Message Directly To Queue
Rabbitmq Send Message Directly To Queue . Generally, when we publish a message to rabbitmq that will not directly send to queue, instead first the message will be send to exchanges, then after that a routing agent reads and sends it to the appropriate queue with help of header attributes, bindings and routing keys. You cannot send messages directly to a queue. Intro — RabbitMQ Message Queue with NodeJs Deshan from medium.com Instead, the publisher sends messages to an exchange. Depending on the exchange type you set, it sends messages to a single or multiple queues as requested. In direct exchange, the message is routed to the queues whose binding key exactly matches with the routing key of the message.