PreviousNext

Asynchronous messaging with Azure Service Bus

by bill-s, 2020-07-22T19:21:08.130Z

The Microservices architecture style becomes more and more popular. There are many crucial parts of the solution that have to be taken into consideration and one of them is communication. How to communicate asynchronously between microservices to make sure that they are not tightly-coupled? In this article, I would like to present and discuss how to use the Azure Service Bus to implement asynchronous communication between microservices.

Read More