This project shows how to use the rabbitmq-dotnet-client to publish and consume messages in a dotnet console application. It consists of a Producer and a Consumer that runs in a separate thread.
- Clone the project
- cd into the project folder
- Run the project (no args will run using the defaul URL amqp://guest:guest@localhost)
- dotnet run --project dotnetcore-amqp-example -- amqps://[username]:[password]@[instance]/[vhost]