Event bus based on RabbitMQ.
Info
Version: | 1.0.1 |
Author(s): | [email protected] |
Last Update: | Monday, January 13, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/kc.EventBus.RabbitMQ |
Install
Install-Package kc.EventBus.RabbitMQ
dotnet add package kc.EventBus.RabbitMQ
paket add kc.EventBus.RabbitMQ
kc.EventBus.RabbitMQ Download (Unzip the "nupkg" after downloading)
Dependencies
- Autofac(>= 4.9.4)
- Autofac.Extensions.DependencyInjection(>= 5.0.1)
- Microsoft.CSharp(>= 4.7.0)
- Microsoft.Extensions.Logging.Abstractions(>= 3.1.0)
- Polly(>= 7.2.0)
- RabbitMQ.Client(>= 5.1.2)
- kc.EventBus(>= 1.0.0)