which process below will result in successful processing of the message and remove it from the queue while minimizing the chances of duplicate processing?

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?

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?

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



Leave a Reply 12

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


networkmanagers

networkmanagers

I have the same idea. C

SRIGOVIND GUTALA

SRIGOVIND GUTALA

C
The difference between delay queues and visibility timeouts is that for delay queues, a message is hidden when it is first added to the queue, whereas for visibility timeouts, a message is hidden only after a message is retrieved from the queue

BB

BB

Agreed answer C is correct.Using increased visibility timeout.
But B also seems to be a correct solution. using delayed seconds. Can someone explain why B is incorrect.

Benson

Benson

Guys I must thank you all for this study material it really helped me today to pass my exam.

Benson

Benson

Please guys, do we still have this type of questions for Sysops Exam