RmqMiniLib is a dotnet library for easy working with RabbitMQ, written on top of the official C # RabbitMQ.Client library.
Info
Version: | 1.0.2 |
Author(s): | Milovidov Vasiliy |
Last Update: | Monday, December 14, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/milovidov983/RmqMiniLib |
NuGet Url: | https://www.nuget.org/packages/RmqMiniLib |
Install
Install-Package RmqMiniLib
dotnet add package RmqMiniLib
paket add RmqMiniLib
RmqMiniLib Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Logging.Abstractions(>= 3.1.6)
- RabbitMQ.Client(>= 6.2.1)
- System.ComponentModel.Annotations(>= 4.7.0)
- System.Text.Json(>= 5.0.0)