- RUN
.\DockerCompose.ps1
- Browse to http://localhost:5189/weatherforecast Watch the console, messages will be send and received. At this points its easy to add more services to the messagebus and let them chat
- Rabbitmq folder - For a baseline how its working
WeatherForecastReceiveService : BasicReceiveService<WeatherForecast>
Receives messages of typeWeatherForecast
SendSendMessageService
Sends messages to the queue
- docker-compose.yml - luckily thanks to docker magic its easy to setup rabbitmq
Rabbitmq is a powerful tool and this demo only demonstrates simple sending and receiving of messages from the bus and hopefully showcases how easy it is to add a messagequeue to your api or any other executable for that matter.