Study. uk . com
  1. Home
  2. All questions
  3. Question 177

AWS Certified Solutions Architect study material · question 177 of 500

Which SQS action extends the visibility timeout for a message that needs more processing time?

  1. DeleteMessage
  2. ReceiveMessage
  3. PurgeQueue
  4. ChangeMessageVisibility
Show the answer

Answer: D. ChangeMessageVisibility

ChangeMessageVisibility stretches the timeout programmatically so a slow task is not handed to a second consumer.

Source: Amazon SQS visibility timeout (Amazon Web Services) — Setting and adjusting the visibility timeout

Challenge yourself on this topic → Study as cards