RabbitMQ message trigger
Configures the flow to automatically run when a new message is received from a RabbitMQ queue (including topic subscription queues).

Example
This flow receives a message containing a JSON text with log data from RabbitMQ using this trigger. It then converts the JSON to a datatable, and inserts it into an SQL Server table.
Properties
| Name | Required | Description |
|---|---|---|
| Title | No | A descriptive label for the trigger configuration. |
| Connection | Yes | Select or add an RabbitMQ connection. |
| Queue name | Yes | Select the RabbitMQ Queue name. |
| Output variable name | Yes | Name of the variable containing the message body. |
| Disabled | No | Boolean value indicating whether the trigger is disabled (true/false). |
| Description | No | Additional notes or comments about the trigger's purpose or configuration. |
Returns
This trigger returns a single string with the message body from RabbitMQ.