Simple Queue Service (SQS)

From
Revision as of 17:17, 20 February 2023 by BPeat (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

YouTube search...


aws_sns_sqs_multicast.png

Message queuing service that makes it easy to decouple and scale microservices, distributed systems, and serverless applications. Two types of message queues. Standard queues offer maximum throughput, best-effort ordering, and at-least-once delivery. SQS FIFO queues are designed to guarantee that messages are processed exactly once, in the exact order that they are sent, with limited throughput.