Amazon SQS Examples - AWS SDK for JavaScript (original) (raw)
Amazon Simple Queue Service (Amazon SQS) is a fast, reliable, scalable, fully managed message queuing service. Amazon SQS lets you decouple the components of a cloud application. Amazon SQS includes standard queues with high throughput and at-least-once processing, and FIFO queues that provide FIFO (first-in, first-out) delivery and exactly-once processing.
The JavaScript API for Amazon SQS is exposed through the AWS.SQS
client class. For more information about using the Amazon SQS client class, see Class: AWS.SQS in the API reference.
Topics
- Using Queues in Amazon SQS
- Sending and Receiving Messages in Amazon SQS
- Managing Visibility Timeout in Amazon SQS
- Enabling Long Polling in Amazon SQS
- Using Dead Letter Queues in Amazon SQS
Sending SMS Messages
Using Queues in Amazon SQS
Did this page help you? - Yes
Thanks for letting us know we're doing a good job!
If you've got a moment, please tell us what we did right so we can do more of it.
Did this page help you? - No
Thanks for letting us know this page needs work. We're sorry we let you down.
If you've got a moment, please tell us how we can make the documentation better.