Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 628 Bytes

File metadata and controls

21 lines (14 loc) · 628 Bytes

Cloud Patterns for Azure Service Bus

Service Bus is a core building block for reliable asynchronous integration. These patterns show up frequently when building resilient messaging-based systems.

Patterns covered

  1. Queue-Based Load Leveling
  2. Competing Consumers
  3. Claim Check
  4. Priority Queue
  5. Sequential Convoy (ordering via sessions)

Start here

References