PrepAway - Latest Free Exam Questions & Answers

which process below will result in successful processing of the message and remove it from the queue while min

When a Simple Queue Service message triggers a task that takes 5 minutes to complete,
which process below will result in successful processing of the message and remove it from
the queue while minimizing the chances of duplicate processing?

PrepAway - Latest Free Exam Questions & Answers

A.
Retrieve the message with an increased visibility timeout, delete the message from the
queue, process the message

B.
Retrieve the message with increased DelaySeconds, process the message, delete the
message from the queue

C.
Retrieve the message with an increased visibility timeout, process the message, delete
the message from the queue

D.
Retrieve the message with increased DelaySeconds, delete the message from the
queue, process the message

5 Comments on “which process below will result in successful processing of the message and remove it from the queue while min

  1. Rahul says:

    Answer = C

    http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-delay-queues.html

    Delay queues are similar to visibility timeouts because both features make messages unavailable to consumers for a specific period of time. The difference between delay queues and visibility timeouts is that for delay queues a message is hidden when it’s first added to queue, whereas for visibility timeouts a message is hidden only after a message is retrieved from the queue. The following figure illustrates the relationship between delay queues and visibility timeouts.




    0



    0
  2. Pits - AWS SA says:

    Right Answer is C

    Delay queues are similar to visibility timeouts because both features make messages unavailable to consumers for a specific period of time. The difference between delay queues and visibility timeouts is that for delay queues a message is hidden when it’s first added to queue, whereas for visibility timeouts a message is hidden only after a message is retrieved from the queue. The following figure illustrates the relationship between delay queues and visibility timeouts.

    http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-delay-queues.html




    0



    0

Leave a Reply

Your email address will not be published. Required fields are marked *