Simple RabbitMQ implementation for lightweight .NET Event Bus Library.
Info
Version: | 1.1.0 |
Author(s): | AlexeyFrank |
Last Update: | Tuesday, April 16, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/FrankAlexey/EventBus/tree/master/src/EventBus.RabbitMQ |
NuGet Url: | https://www.nuget.org/packages/Light.EventBus.RabbitMQ |
Install
Install-Package Light.EventBus.RabbitMQ
dotnet add package Light.EventBus.RabbitMQ
paket add Light.EventBus.RabbitMQ
Light.EventBus.RabbitMQ Download (Unzip the "nupkg" after downloading)
Dependencies
- Autofac(>= 4.9.2)
- Light.EventBus(>= 1.0.1)
- Microsoft.CSharp(>= 4.5.0)
- Microsoft.Extensions.Logging(>= 2.2.0)
- Polly(>= 7.1.0)
- RabbitMQ.Client(>= 5.1.0)
Tags