Amazon SQS (Simple Queue Service) Actions
Description: Amazon SQS (Simple Queue Service) offers a reliable, highly scalable, hosted queue for storing messages as they travel between computers. By using SQS, you can move data between distributed components of your applications that perform different tasks without losing messages or requiring each component to be always available.
Available Activities
The following table briefly describes the available activities for this action arranged in alphabetical order. Click the appropriate link for more details regarding each activity.
Activity |
Description |
---|---|
Adds a permission to a queue for a specific principal. This allows for sharing access to the queue. |
|
Changes the visibility timeout of a specified message in a queue to a new value. |
|
Creates a new queue. |
|
Creates a unique session which can be used to associate subsequent SQS steps. This provides a single task the ability to execute numerous SQS operations simultaneously. |
|
Deletes the specified message from the specified queue. |
|
Deletes the queue specified by the queue URL, regardless of whether the queue is empty. |
|
Ends an SQS session created in a previous step with the use of the Create Session activity. |
|
Returns one or all attributes of a queue. |
|
Returns a list of your queues. |
|
Retrieves one or more messages from the specified queue. |
|
Removes any permissions in the queue policy that matches the Label parameter. |
|
Sends a message to the specified queue. |
|
Sets attributes of a queue. |