Amazon SQS
Overview
Amazon Simple Queue Service Amazon SQS Snap Pack supports a highly-scalable hosted queue for storing messages. Amazon SQS offers middleware attributes such as dead-letter queues and poison-pill management and supports moving data between the distributed application components. It tracks the successful completion of the queued messages published independently allowing the decoupling of components in an application.
Use Snaps in this Snap Pack to:
- Create SQS messages from incoming documents.
- Fetch messages from the SQS.
- Acknowledge messages read by the SQS Consumer.
The SQS API supports:
Supported versions
- This Snap Pack is tested against the API version, 2012-11-05.
- The SQS API can be accessed by all the languages that AWS SDK supports.
- Amazon SQS FIFO queues are available in all Regions where Amazon SQS is available.