What should you recommend?

You are designing a Windows Azure application.
The application includes a web role and a worker role that communicate by using a Windows Azure Queue.
The worker role processes each message within 10 seconds of retrieving it from the queue.
The worker role must process each message exactly one time.
If a process does not complete, the worker role must reprocess the message.
You need to recommend an approach for the worker role to manage messages in the queue.
What should you recommend?
A. Process the message and then delete it from the queue.
B. Delete the message from the queue when retrieving the message.
C. Set the visibility timeout of the message to 1 when retrieving the message.
D. Process the message and then set the visibility timeout of the message to the maximum value.

microsoft-exams

Leave a Reply

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


The reCAPTCHA verification period has expired. Please reload the page.