Simple C# RabbitMQ integration. How to run:
- Please ensure, that you've installed and running docker and run the following command:
docker run -d --hostname my-rabbit --name local-rabbit -p 15672:15672 -p 5672:5672 rabbitmq:4-management - Open the solution in two separate terminals and cd into the Sender and Reciever projects in both terminals
- Run
dotnet runin Receiver project, wait to start - Run
dotnet runin Sender project and observe how the Receiver reacts