Skip to content

PBeckerr/DotnetDockerComposeRabbitMq

Repository files navigation

HOW TO RUN

  • RUN .\DockerCompose.ps1
  • Browse to https://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

Points of interest

  • Rabbitmq folder - For a baseline how its working
    • WeatherForecastReceiveService : BasicReceiveService<WeatherForecast> Receives messages of type WeatherForecast
    • SendSendMessageService Sends messages to the queue
  • docker-compose.yml - luckily thanks to docker magic its easy to setup rabbitmq

Disclaimer

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published