The SQS 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 are marked with (DB).
Parameter
Description
Default value
Data type
Account
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.
{
"success": false,
"message": "Something went wrong while trying to execute SQS CONNECTOR",
"error": "com.amazonaws.services.sqs.model.AmazonSQSException: Credential should be scoped to a valid region, not 'wrong-region'. (Service: AmazonSQS; Status Code: 403; Error Code: SignatureDoesNotMatch; Request ID: bf47d091-2129-5320-a332-89647ef0d86b)"
}
For the component to make the authentication to AWS Cloud service, it's necessary to use a Basic type account. .
to understand how the Digibee Integration Platform processes message flow.