Skip to end of banner
Go to start of banner

SQS Snap Pack

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 18 Next »

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. 



Pages in this Section

Snap Pack History

4.16 (snapsmrc508)

  • No updates made. Automatic rebuild with a platform release.

4.15 (snapsmrc500)

  • No updates made. Automatic rebuild with a platform release.

4.14 (snapsmrc490)

  • No updates made. Automatic rebuild with a platform release.

4.13 (snapsmrc486) 

  • No updates made. Automatic rebuild with a platform release.

4.12 (snapsmrc480) 

  • Introduced the Snap Pack in this release that includes SQS Producer, SQS Consumer, and the SQS Acknowledge Snaps.

  • No labels