Please enable JavaScript.
Coggle requires JavaScript to display documents.
Simple Queue Service - Coggle Diagram
Simple Queue Service
IS
-
-
-
reliable, highly-scalable, hosted queue
fault-tolerant, loosely coupled, flexibility of distributed components of applications to send & receive
-
-
-
Visibility Timeout
behaviour used to handle
-
-
Consumer should explicitly delete the message from the Queue once it is received and successfully processed
if not delete before timeout expire, the message is visibile again
SQS has an 120,000 limit for the number of inflight messages per queue
-
-
-
-
-