- Home
- All questions
- Question 274
AWS Certified Solutions Architect study material · question 274 of 500
How is a processed SQS message removed from the queue?
Show the answer
Answer: C. By calling DeleteMessage, or automatically on success in some SDKs
A message stays in the queue until it is deleted; letting the timeout lapse makes it visible again rather than removing it.
Source: Amazon SQS visibility timeout (Amazon Web Services) — Amazon SQS visibility timeout