Library to abstract the message consumption from RabbitMQ for .NET Core.
Info
Version: | 3.0.0 |
Author(s): | Gustavo Oliveira |
Last Update: | Saturday, October 16, 2021 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Lagomorpha |
Install
Install-Package Lagomorpha
dotnet add package Lagomorpha
paket add Lagomorpha
Lagomorpha Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Configuration.EnvironmentVariables(>= 2.2.0)
- Microsoft.Extensions.Configuration.Json(>= 2.2.0)
- Microsoft.Extensions.Hosting(>= 2.2.0)
- Microsoft.Extensions.Logging.Console(>= 2.2.0)
- RabbitMQ.Client(>= 5.1.0)