PrepAway - Latest Free Exam Questions & Answers

What should you recommend?

You are developing a Windows Azure application in which a web role and worker role will communicate by
using a Windows Azure Queue.
You need to recommend an approach for ensuring that the worker role does not attempt to process anymessage more than three times.
What should you recommend?

PrepAway - Latest Free Exam Questions & Answers

A.
Appropriately handle poison messages.

B.
Decrease the visibility timeout for messages.

C.
Reduce the time-to-live interval for messages in the queue.

D.
Increase the number of worker role instances reading messages from the queue.

One Comment on “What should you recommend?

  1. jagudero says:

    Poison message support Yes Yes

    To find “poison” messages in Windows Azure Queues, when dequeuing a message the application examines the DequeueCount property of the message. If DequeueCount is above a given threshold, the application moves the message to an application-defined “dead letter” queue.

    A poison message is a message that has exceeded the maximum number of delivery attempts to the application

    https://docs.microsoft.com/en-us/dotnet/framework/wcf/feature-details/poison-message-handling




    3



    0

Leave a Reply