What should you do?

You manage a cloud service that utilizes an Azure Service Bus queue.You need to ensure that messages that are never consumed are retained.What should you do?The EnableDeadLetteringOnMessageExpiration property allows to enabledisable the dead-lettering on message expiration.References: https://www.simple-talk.com/cloud/cloud-data/an-introduction-to-windows-azure-service-bus-brokered-messaging/

Question:

What should you do?

Options:

Check the MOVE TO THE DEAD-LETTER SUBQUEUE option for Expired Messages in the Azure Portal.

From the Azure Management Portal, create a new queue and name it Dead-Letter.

Execute the Set-AzureServiceBus PowerShell cmdlet.

Execute the New-AzureSchedulerStorageQueueJob PowerShell cmdlet.

Correct Answer

The Correct Answer for this Question is

Check the MOVE TO THE DEAD-LETTER SUBQUEUE option for Expired Messages in the Azure Portal.

Leave a Comment