This document summarizes Azure Service Bus brokered messaging. It discusses how brokered messaging uses an intermediary queue or topic to allow applications to exchange messages asynchronously without direct communication. Queues support one-to-one messaging with load balancing and temporal decoupling, while topics support one-to-many publishing via subscriptions that can apply filters. The document provides examples of creating subscriptions with filters on topics and sending messages to topics that match subscription filters.
Related topics: