SQS (AWS)
Discover more about the SQS (AWS) component and how to use it on the Digibee Integration Platform.
The SQS (AWS) component enables users to send messages to standard AWS SQS queues and to FIFO AWS SQS queues.
Parameters
Take a look at the configuration options for the component. Parameters supported by Double Braces expressions are marked with (DB)
.
Account
For the component to make the authentication to AWS Cloud service, it's necessary to use a Basic type account. To know more about these accounts and other existing types, read the documentation.
N/A
String
Message
The message body to be sent.
{{ message.$ }}
String
Connection String (DB)
The destination URL for the SQS queue in AWS.
String
Region
The region where the AWS queue is registered.
South America (Sao Paulo)
String
Queue Type
The type of queue that will receive a message. It can be a Standard queue or a FIFO queue. If FIFO is selected, another parameter is necessary:
Standard
String
Message Group ID
For FIFO queues, this is the ID of a message group in this queue.
N/A
String
Fail on Error
When activated, this parameter suspends the pipeline execution. Otherwise, the pipeline execution proceeds, but the result will show a false value for the “success” property.
False
Boolean
Messages flow
Standard AWS SQS queues (without errors)
Payload
Input
Output
FIFO AWS SQS queues (without errors)
Input
Output
FIFO AWS SQS queue (without messageGroupId):
Input
Output
AWS SQS queue (invalid region)
Input
Output
Read our article on Messages processing to understand how the Digibee Integration Platform processes message flow.
Last updated