Domain Driven Design with Web API extensions part 6: domain events with RabbitMq
November 9, 2015 2 Comments
Introduction
In the previous post we looked at some basic theory behind messaging between independent applications. We discussed a couple of options to solve the problem. In this post we’ll start building our messaging environment using RabbitMq.