A minimal solution for working with RabbitMQ messaging broker
- .NET 6
- Minimal API
- Service Worker
- RabbitMQ.Client
- Newtonsoft.Json
- Swashbuckle.AspNetCore
If you need to install RabbitMQ from docker hub
docker pull rabbitmq:3-management
then for running from the image
docker run --rm -d --hostname rabbit1 -p 15672:15672 -p 5672:5672 rabbitmq:3-management
- Todo comming soon...