SQS ReceiveSQSMessage Trigger
The ReceiveSQSMessage trigger is used to receive messages. It is triggered when a message is sent by the SendSQSMessage activity. The trigger fetches the message from the queue.
Trigger Settings
Note: When you make changes to the SQS ReceiveSQSMessage trigger, such as update Queue URL, Message Attributes, ensure to click the
Sync button to allow the changes reach the flow input schema.
On the Trigger Settings tab, configure the following settings:
Input Settings
On the Input Settings tab, configure the following settings:
| Field | Required | Description |
|---|---|---|
| Message Attributes | No | The metadata of the message. Each message can have up to 10 message attributes. The Message Attributes name in ReceiveSQSMessage trigger must match with the message attribute added while sending the message. If the message attribute name in ReceiveSQSMessage trigger is different from the message attribute used to send the message, you receive a null value for the message attribute in the ReceiveSQSMessage trigger response. The message attribute is case-sensitive. |
Copyright © Cloud Software Group, Inc. All rights reserved.
