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

From
Jump to: navigation, search
(Created page with "[http://www.youtube.com/results?search_query=AWS+Amazon+Amazon+SQS YouTube search...] * [http://aws.amazon.com/sqs/ Product page...] Message queuing service that makes it ea...")
 
Line 2: Line 2:
  
 
* [http://aws.amazon.com/sqs/ Product page...]
 
* [http://aws.amazon.com/sqs/ Product page...]
 +
* [[DeepLens - deep learning enabled video camera]]
  
 
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.  

Revision as of 21:13, 6 May 2018

YouTube search...

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.