A library for the event-bus communication by using RabbitMQ.
Info
Version: | 3.2.0-merge-with-base-library.2 |
Author(s): | Georgy Sayganov |
Last Update: | Wednesday, April 20, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/sayganov/EventBus.RabbitMQ.Standard |
NuGet Url: | https://www.nuget.org/packages/EventBus.RabbitMQ.Standard |
Install
Install-Package EventBus.RabbitMQ.Standard
dotnet add package EventBus.RabbitMQ.Standard
paket add EventBus.RabbitMQ.Standard
EventBus.RabbitMQ.Standard Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Autofac(>= 4.9.4)
- EventBus.Base.Standard(>= 1.0.2)
- Microsoft.CSharp(>= 4.7.0)
- Microsoft.Extensions.DependencyInjection(>= 2.2.0)
- Newtonsoft.Json(>= 12.0.3)
- Polly(>= 7.2.0)
- RabbitMQ.Client(>= 5.1.2)
- System.ValueTuple(>= 4.5.0)
- Autofac(>= 4.9.4)
- EventBus.Base.Standard(>= 1.0.2)
- Microsoft.CSharp(>= 4.7.0)
- Microsoft.Extensions.DependencyInjection(>= 3.1.0)
- Newtonsoft.Json(>= 12.0.3)
- Polly(>= 7.2.0)
- RabbitMQ.Client(>= 5.1.2)
- System.ValueTuple(>= 4.5.0)
Tags