Running the programs To begin, make sure you have .NET Core and RabbitMQ installed. Open two terminals. Run the consumer: cd Receive dotnet run Then run the producer: cd Send dotnet run