This blog is part of a series exploring RabbitMQ and MassTransit. Previous episodes are available at
- Creating a RabbitMQ Container
 - Getting Started with RabbitMQ in ASP.NET
 - MassTransit on RabbitMQ in ASP.NET Core
 
In the last episode I did a lot of handwaving over the mess I made of configuration. There were hard coded values all over the place. In this article we’ll clear up some of the mess we made.