Difference between revisions of "Simple Queue Service (SQS)"

From
Jump to: navigation, search
m
 
Line 8: Line 8:
 
http://blog.simontaranto.com/sqs_tuning/aws_sns_sqs_multicast.png
 
http://blog.simontaranto.com/sqs_tuning/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.  
+
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.  
  
 
<youtube>uabQweaLF8Q</youtube>
 
<youtube>uabQweaLF8Q</youtube>
 
<youtube>2tyY9iGzuUo</youtube>
 
<youtube>2tyY9iGzuUo</youtube>

Latest revision as of 18:17, 20 February 2023

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.