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

Get String from Rabbit Queue

Prev Next

Step Details

Introduced in Version4.0.0
Last Modified in Version7.12.0
LocationIntegration > Slack Messenger

The Get String from Rabbit Queue step retrieves messages as a string from a connected Rabbit message queue. The number of messages retreived from the queue can be configured by the MessageCount setting.

Prerequisites 

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


Properties

Settings

PropertyDescriptionData Type
MessageCountThe number of messages to be retreived from the queueInt32
QueueNameThe name of the queue represented in DecisionsString

Outputs

PropertyDescriptionData Type
Done


Messages
The string message from the queueList of String

Routing Keys
The routing key retrieved alongside the messageList of String


Related Information

Related Articles:

RabbitMQ module