Sample implementation of a WebApi that publishes messages to RabbitMQ and consume them using a BackgroundWorker.
This is a working in progress. PR are welcome!
$ git clone https://github.com/ivanpaulovich/webapi-backgroundworker-rabbitmq.git
$ ./src/scripts/setup-rabbitmq.sh
$ dotnet run
$ curl https://localhost:5001/Orders
- MacOS Mojave 🍎
- Visual Studio Code ❤️
- .NET Core SDK 3.0
- Docker 🐳
- RabbitMQ
Please star
it then open an issue.