Step Details | |
Introduced in Version | 4.0.0 |
Last Modified in Version | 7.12.0 |
Location | Integration > RABBITMQ |
The Put Message in Rabbit Queue step sends a byte encoded message to the Rabbit queue defined in the settings for the step.
Prerequisites
This step requires the RabbitMQ module to be installed before it will be available in the toolbox.
Properties
Settings
Property | Description | Data Type |
---|---|---|
QueueName | The name for queue as it is represented in Decisions by the Queue Name field. | String |
Inputs
Property | Description | Data Type |
---|---|---|
Headers | Optional setting used to attach headers to the message queue | List of DataPair |
Message Data | A list of bytes representing the message | List of Byte |
Message Type | Optional setting used to set the message type received by Rabbit | String |
Persistent? | Optional boolean value that allows the message to be stored | Boolean |
Related Information
Related Articles: