Many of the tutorials and examples on Azure Service Bus refer to a class called the Service Bus Processor. (See, for example, the Service Bus Messaging QuickStart on learn.microsoft.com). What is this Service Bus Processor? How does it relate to the Receiver we've been using so far? And should you use it? It turns out that Service Bus Processor is really quite nice and helpful. Please check out this video and see!
Here is a sample project that illustrates many of the techniques covered in this video series: https://github.com/csharpartisan/Azur...