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

From
Jump to: navigation, search
Line 3: Line 3:
 
* [http://aws.amazon.com/sqs/ Product page...]
 
* [http://aws.amazon.com/sqs/ Product page...]
 
* [[DeepLens - deep learning enabled video camera]]
 
* [[DeepLens - deep learning enabled video camera]]
* [[Amazon]] [[AWS]]
+
* [[Amazon | Amazon AWS]]  
 +
 
  
 
http://blog.simontaranto.com/sqs_tuning/aws_sns_sqs_multicast.png
 
http://blog.simontaranto.com/sqs_tuning/aws_sns_sqs_multicast.png

Revision as of 09:08, 30 May 2020

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.