Azure Service Bus queues

In the event-driven pattern, we discussed services' publish and subscribe events. We used an event manager to manage all the events. In this section, we will see how Azure Service Bus manages events and provides the facility to work with microservices.

Azure Service Bus is nothing but an information delivery service. It is used to make communication easier between two or more components/services. In our case, whenever services need to exchange information, they will communicate using this. Azure Service Bus plays an important role here. There are two main types of services provided by Azure Service Bus:

  • Brokered communication – This service can also be called hired service. It works in the similar way as postal services ...

Get Building Microservices with .NET Core now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.