This post assumes you have already setup an Azure Service Bus if you haven't see here We're going to create two Console applications in C# to read and write messages to the Azure Service bus. We will also need shared…
Message-bus
A collection of 3 posts
Setup Azure Service bus
What is Azure Service Bus messaging? Azure Service Bus messaging is an asynchronous messaging cloud platform that enables you to send data between decoupled systems. Azure Service bus is developed and provided by Microsoft. Azure Service bus is hosted on…
Application Services Message bus
As our applications and services grow and we start to break more into Microservices a key part of building applications is Messaging. Being able to pass messages between the applications quickly becomes critical to our service. Over the next few…