JMS tools by Workato - Receive message from queue action

The Receive message from queue action receives a message from a JMS queue you specify.

PREREQUISITES

The following prerequisites are required for this action:

Input

Input fieldDescription
Queue nameEnter the name of the queue to receive a message from. This must exactly match the queue name defined in your common data model.
Message typeSelect the message format to receive.
TimeoutEnter the maximum wait time for a message in milliseconds. Defaults to 30000 (30 seconds) when left blank.
SelectorOptional. Enter a JMS selector expression to filter the messages this action receives.
PropertiesOptional. Define custom properties to expect in the message schema.

Output

Output fieldDescription
IDA unique identifier for the message.
PriorityA numeric value indicating the message's priority.
ModeThe delivery mode of the message. For example: PERSISTENT.
DestinationContains information about the target destination for the message, including Type and Topic.
ReplyToContains information about the target destination for replies, including Type and Topic.
TimestampA timestamp indicating when the message was created.
Delivery timeA timestamp indicating when the message was delivered.
ExpirationA timestamp indicating when the message expires.
CorrelationAn identifier for tracking related messages.
RedeliveredIndicates whether the message was redelivered.
PropertiesContains the message's properties.
MessageContains the message content.

Last updated: