<- Back to Rabbitmq SendMessageToQ
Send a message to the rabbit server the bot is connected to
Args
| Name | Hint | Type | Example value | Supported values |
|---|
| Qname | Name of the queue to send the message to | TEXT | exampleq | |
| message | Message to send to the queue | TEXT | Hello world | |
Return hints
- ☑ Message sent to the queue
- ❌ Error sending message: ...
- ❌ RabbitMQ service not available
- ❌ RabbitMQ service not running
- ❌ Qname is empty
- ❌ Message is empty
Example call
SendMessageToQ|||exampleq~#~Hello world