AZ-305 · Question #300
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
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
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
How the community answered
(23 responses)- A13% (3)
- B4% (1)
- C78% (18)
- D4% (1)
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
Topics
Community Discussion
No community discussion yet for this question.