AZ-104 · Question #174
AZ-104 Question #174: Real Exam Question with Answer & Explanation
The correct answer is E: Enable sessions.. Through the use of messaging sessions you can guarantee ordering of messages, that is first-in- first-out (FIFO) delivery of messages. https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-azure-and-service- bus-queues-compared-contrasted
Question
You have an Azure Service Bus. You need to implement a Service Bus queue that guarantees first-in-first-out (FIFO) delivery of messages. What should you do?
Options
- ASet the Lock Duration setting to 10 seconds.
- BEnable duplicate detection.
- CSet the Max Size setting of the queue to 5 GB.
- DEnable partitioning.
- EEnable sessions.
Explanation
Through the use of messaging sessions you can guarantee ordering of messages, that is first-in- first-out (FIFO) delivery of messages. https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-azure-and-service- bus-queues-compared-contrasted
Community Discussion
No community discussion yet for this question.