.NET Standard Messaging library for reliable messaging with RabbitMQ (Microservices messaging).
Info
Version: | 1.0.2 |
Author(s): | Jan Bohlen |
Last Update: | Saturday, March 2, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/eposgmbh/Epos.Messaging |
NuGet Url: | https://www.nuget.org/packages/Epos.Messaging.RabbitMQ |
Install
Install-Package Epos.Messaging.RabbitMQ
dotnet add package Epos.Messaging.RabbitMQ
paket add Epos.Messaging.RabbitMQ
Epos.Messaging.RabbitMQ Download (Unzip the "nupkg" after downloading)
Dependencies
- Epos.Messaging(>= 1.0.2)
- Epos.Utilities(>= 4.3.4)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 2.2.0)
- Microsoft.Extensions.Options(>= 2.2.0)
- Newtonsoft.Json(>= 12.0.1)
- Polly(>= 7.0.2)
- RabbitMQ.Client(>= 5.1.0)