
Azure Service Bus is Microsoft’s cloud offering for developing queue and message-based applications. We’ll explore core Azure Service Bus techniques and concepts, including:
Sending and Receiving messages
Using Peek-Locks and other receive modes
Abandoning and Dead Lettering Messages
Using Topics and Subscriptions
Processing multiple Messages and Scaling
We’ll also discuss the purpose of message-based architectures and how these technologies can be used to build truly decoupled and reliable microservices.