An open API service indexing awesome lists of open source software.

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

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/)