A hemlock-draw OrderPlaced message must reach billing, shipping, and email independently. How should Service Bus be shaped?
Select an answer to reveal the explanation.
Short Explanation
One publish, three independent readers — that is topic plus subscriptions. Billing, shipping, and email each get their own subscription copy.
Full Explanation
Service Bus topics implement publish-subscribe: publishers send to the topic and each subscription receives its own copy for independent processing. A single competing queue, Cosmos change feed alone, or Event Hubs Capture does not give each team a durable independent subscription.