Domain Driven Design with Web API extensions part 7: domain events with RabbitMq completed
November 12, 2015 1 Comment
Introduction
In the previous post we set up the local RabbitMq environment. We also created a simple console application that built the message queue where the DDD demo project and the simulated financial application will communicate. We also prepared the way for the completion of the messaging process by creating an app setting reader and adding the RabbitMq related settings to web config.
In this post we’ll complete the demo by sending a message to the queue and reading it from the dummy financial console application.