PreviousNext

Using Azure Service Bus Topics in ASP.NET Core

by bill-s, 2019-04-25T08:22:32.930Z

This article shows how to implement two ASP.NET Core API applications to communicate with each other using Azure Service Bus Topics. This post continues on from the last article, this time using topics and subscriptions to communicate instead of a queue. By using a topic with subscriptions, and message can be sent to n receivers.

Read More