AZ-305 · Question #300
AZ-305 Question #300: Real Exam Question with Answer & Explanation
The correct answer is C: Azure Service Bus queues with sessions enabled. https://learn.microsoft.com/en-us/azure/service-bus-messaging/message-sessions Azure Service Bus sessions enable joint and ordered handling of unbounded sequences of related messages. Sessions can be used in first in, first out (FIFO) and request-response patterns. This article s
Question
You are designing an app that will include two components. The components will communicate by sending messages via a queue. You need to recommend a solution to process the messages by using a First in, First out (FIFO) pattern. What should you include in the recommendation?
Options
- Astorage queues with a custom metadata setting
- BAzure Service Bus queues with partitioning enabled
- CAzure Service Bus queues with sessions enabled
- Dstorage queues with a stored access policy
Explanation
https://learn.microsoft.com/en-us/azure/service-bus-messaging/message-sessions Azure Service Bus sessions enable joint and ordered handling of unbounded sequences of related messages. Sessions can be used in first in, first out (FIFO) and request-response patterns. This article shows how to use sessions to implement these patterns when using Service
Community Discussion
No community discussion yet for this question.