Azure Service Bus 9 - Multiple Receivers

Опубликовано: 06 Август 2026
на канале: C# Artisan
283
4

In video 7 of this series, we examined how to receive multiple messages in a batch from a single receiver. But what if you wanted to have multiple receivers working in parallel in order to increase your queue processing throughput? This is a classic case of "horizontal scaling." Your receiver code works fine, but you need more copies in order to handle a heavy incoming queue load. In this video, we look at two different ways for tackling this interesting and very real-world problem.