SQS Flashcards
SQS is push based?
False
SQS message default size limit?
256KB
What’s the maximum size of SQS message?
2GB and it will be stored in S3
SQS message TTL retention period?
1 minute to 14 days
SQS message default retention period?
4 days
SQS does not guarantee of delivery of message at least once?
False
SQS default Visibility timeout?
30 seconds
What is the max Visibility timeout for a SQS message?
12 hours
what should you be doing if the default Visibility timeout is not sufficient to process the SQS messages?
Increase the message Visibility timeout
What’s the max SQS polling timeout?
20 seconds
Does standard SQS guarantees the order of the message as they received?
No, it does not.
What should you using to preserve the order of the SQS message as they received?
Use FIFO SQS
What should you use to avoid duplicates in the Messaging service?
Use FIFO SQS
What is the transaction limit on FIFO SQS and Standard SQS?
300 transactions/seconds and unlimited transactions/second