Microservices in C# Part 2: Consistent Message Delivery

Ensuring that Messages are Consumed by their Intended Recipient This tutorial builds on the simple Microservice application that we built in the previous tutorial. Everything looks good so far, but what happens when we release this to production, and our application is consumed by multiple customers? Routing problems and message-correlation issue begin to rear their … Continue reading Microservices in C# Part 2: Consistent Message Delivery