
Explanation:
"no limit": There are no message limits for storing in SQS, but 'in-flight messages' do have limits. Make sure to delete messages after you have processed them. There can be a maximum of approximately 120,000 inflight messages (received from a queue by a consumer, but not yet deleted from the queue).
Incorrect options:
"10000"
"100000"
"10000000"
These three options contradict the details provided in the explanation above, so these are incorrect.
Ultimate access to all questions.
No comments yet.
A company utilizes AWS for its cloud infrastructure, where various components send and receive messages through Amazon SQS (Simple Queue Service) queues. Considering the company's system handles a significant volume of information, it’s essential to understand any potential limitations of the system.
What is the maximum number of messages that can be stored in a single Amazon SQS queue?
A
10000000
B
no limit
C
100000
D
10000