Skip to content

SQS Message

SQS Message lets you post a message to an Amazon Simple Queue Service (SQS) queue. Other applications can read those messages and perform further processing. FIFO Queues can be used through this component where available.

The AWS API for SQS list queues has a hard limit of 1000, meaning the retrieval of queue names is limited to the first 1000 that are defined. However, users can add additional queues, which will still validate and function, provided the user enters the queues manually.

Note

To use this component, you'll need to set up AWS cloud provider credentials in the Data Productivity Cloud.


Properties

Name = string

A human-readable name for the component.


Region = drop-down

The AWS region that the queue is located in. This must be an existing SQS queue.


Queue Name = drop-down

The name of the queue to write to. Available queues for the selected region are listed.


Message = string

The message to post to the designated queue. Multi-line messages can be created. In the Message editor, use Shift + Enter to create a new line. Click Done to save the message.


Message Format = drop-down

Messages may be optionally Base64 encoded, or compressed with 'gzip' compression. If compression is chosen, then the compressed data is also Base64 encoded, so it can be transported as plain text.


Message Group ID = string

Visible only when the above properties specify a valid First-In-First-Out (FIFO) queue. The tag that specifies that a message belongs to a specific message group.


Message Duplication ID = string

Visible only when the above properties specify a valid First-In-First-Out (FIFO) queue. The token used for deduplication of sent messages. The default is blank (no token).


Snowflake Amazon Redshift