Have Questions?  Need Expert Answers?  JOIN LUNCH N' LEARNS!

Put String in Rabbit Exchange

Prev Next

Step Details

Introduced in Version4.0.0
Last Modified in Version7.12.0
LocationIntegrations > RABBITMQ

The Put String In Rabbit Exchange step is used to place a designated string into a specified Rabbit exchange.

Prerequisites 

This step requires the RabbitMQ module to be installed before it will be available in the toolbox. 

For v9 users, a Project Dependency must be made.


Properties

Inputs

PropertyDescriptionData Type
Content Type (v9.13+)The Content Type of the Rabbit message. This is important to use with Celery to prevent the message from being corrupted. String
Correlation ID (v9.13+)The Correlation ID of the Rabbit message. This is important to use with Celery to prevent the message from being corrupted.String
Exchange NameName of the exchange the string is to go to.String
HeadersOptional setting used to attach headers to the message queue.List of Data Pair
Message TypeOptional setting used to set the message type received by Rabbit.String
Message(s) TextThe string to send to the exchange.List of String
Persistent?Optional Boolean value that allows the message to be stored.Boolean
Routing KeyDetermines what exchange to send the message to.String


Step Changes

DescriptionVersionRelease DateDeveloper Task
Added the "Content Type" and "Correlation ID" properties.9.13July 2025[DT-044755]


Related Information

Related Articles:

RabbitMQ module