https://github.com/f2calv/rabbitmq-dotnet
RabbitMQ playground w/.NET
https://github.com/f2calv/rabbitmq-dotnet
rabbitmq
Last synced: about 1 month ago
JSON representation
RabbitMQ playground w/.NET
- Host: GitHub
- URL: https://github.com/f2calv/rabbitmq-dotnet
- Owner: f2calv
- License: mit
- Created: 2020-11-25T07:37:21.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-11-14T02:25:01.000Z (7 months ago)
- Last Synced: 2025-11-14T04:05:31.033Z (7 months ago)
- Topics: rabbitmq
- Language: C#
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RabbitMQ w/ .NET
Currently a playground application for learning RabbitMQ, will add more when I get time.
To run;
- Install Docker.
- Navigate to the repository root and run _docker-compose up_
Resources;
- [RabbitMQ Official Tutorial](https://www.rabbitmq.com/tutorials/tutorial-one-dotnet.html)
- [RabbitMQ.Client.Core.DependencyInjection](https://github.com/AntonyVorontsov/RabbitMQ.Client.Core.DependencyInjection)
- [OpenTelemtry](https://opentelemetry.io/)
- [OpenTelemetry .NET](https://github.com/open-telemetry/opentelemetry-dotnet)
- [Jaeger](https://www.jaegertracing.io/)
- [Zipkin](https://zipkin.io/)