To RabbitMQ

This task lets you send a message to your RabbitMQ queue.

main

Message
Interact with RabbitMQ by JavaScript code.

Connection
Choose between "By object" or "by fields" method and then type the Queue Name.

A queue is the name for a post box which lives inside RabbitMQ. Although messages flow through RabbitMQ and your applications, they can only be stored inside a queue. A queue is only bound by the host's memory & disk limits.