Amazon Simple Queue Service (SQS)
Amazon Simple Queue Service (SQS) is a scalable message queuing service that enables web applications to send messages over the internet.
Actions
-
Add Permission: Add a permission to a queue for a specific principal
-
Change Message Visibility: Change the visibility timeout of a specified message in a queue
-
Change Message Visibility Batch: Change the visibility timeout of multiple messages in a queue
-
CreateQueue: Create a queue
-
Delete Message: Delete the message from the queue
-
Delete Message Batch: Delete multiple messages
-
Delete Queue: Delete a queue
-
Get Queue Attributes: Get the attributes of a queue
-
Get QueueUrl: Retrieve the URL of a Queue
-
List Dead Letter Source Queues: Return a list of queues that have the RedrivePolicy queue attribute that is configured with a dead letter queue
-
List Queues: Return list of queue
-
Receive Message: Retrieve messages from the queue
-
Remove Permission: Revoke any permissions in the queue policy that matches the label parameter
-
Send Message: Deliver a message to the queue
-
Send Message Batch: Deliver up to ten messages to the specified queue
-
Set Queue Attributes: Set the attribute of a queue