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

AWS Certified Solutions Architect study material · question 273 of 500

An SQS consumer needs one particular message hidden for longer than the queue's default, without changing the queue. What is possible?

  1. Create a second queue with a longer timeout
  2. Change the queue timeout and revert it afterwards
  3. Move the message to a dead-letter queue temporarily
  4. Set a visibility timeout on that individual message
Show the answer

Answer: D. Set a visibility timeout on that individual message

A visibility timeout can be applied to a single message without disturbing the setting used by the rest of the queue.

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

Challenge yourself on this topic → Study as cards