Azure Service Bus is a message broker, but it’s a lot more than that – there’s a lot of features that you may not be aware of. There are a set of problems that people face over and over, and solve in the same way – basically design patterns, but in Azure Service Bus.
In this talk, we’ll discuss some patterns that you may be able to use in a Service Bus implementation that you currently have: we’ll talk about concepts such as handling failure, implementing a chain of responsibility pattern, and how you can use Service Bus to act as a middleware in-between an API call.