AZ-305 · Question 42 · Domain 4.2: Application Architecture
You are designing an event-driven architecture for an e-commerce platform.
When a customer places an order, an 'OrderCreated' message is generated. This message must be processed by three independent downstream microservices: Inventory, Billing, and Shipping.
The system must guarantee that every message is delivered to all three services, even if one of the services is temporarily offline. The messages must be processed in the exact order they were received.
Which messaging service should you recommend?
Answer options:
Azure Event Grid
Azure Service Bus Queues
Azure Service Bus Topics
Azure Event Hubs
55 questions · hints · full answers · grading