Publish-Subscribe
The scenario here is that a sender broadcasts an event to all interested receivers. A common use cases for this is event notification.
The way to implement this with Service Bus is to have a Topic with several Subscriptions. Each Subscription is for a recipien