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 on an application.
Use Snaps in this Snap Pack to:
- create SQS messages from incoming documents.
- fetch the messages from the SQS.
- acknowledge the messages read by the SQS Consumer
The SQS API supports:
Supported Versions
The SQS API can be accessed by all the languages that AWS SDK supports. The Snap Pack uses the AWS.SQS({apiVersion: '2012-11-05'}) version.