How to Use:
- Intall and configure a RabbitMQ server
- Clone this project
- Set up user secrects to the RabbitMQ.API project:
{
"RabbitMQ": {
"Uri": "<YOUR-RABBITMQ-CONN-STR>"
}
}
- Build and run the RabbitMQ.Consumer project
./RabbitMQ.Consumer "<YOUR-RABBITMQ-CONN-STR>"
- Build and run the RabbitMQ.API project