Info
Version: | 2.0.0.1 |
Author(s): | NetHacksPack.Integration.RabbitMQ |
Last Update: | Tuesday, July 7, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/EdneySilva/NetHacksPack |
NuGet Url: | https://www.nuget.org/packages/NetHacksPack.Integration.RabbitMQ |
Install
Install-Package NetHacksPack.Integration.RabbitMQ
dotnet add package NetHacksPack.Integration.RabbitMQ
paket add NetHacksPack.Integration.RabbitMQ
NetHacksPack.Integration.RabbitMQ Download (Unzip the "nupkg" after downloading)
Dependencies
- NetHacksPack.Core(>= 1.0.4.2)
- NetHacksPack.Hosting.Abstractions(>= 1.0.0.1)
- NetHacksPack.Integration.Abstractions(>= 1.0.1.1)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 3.1.3)
- Microsoft.Extensions.Logging.Abstractions(>= 3.1.3)
- Newtonsoft.Json(>= 12.0.3)
- RabbitMQ.Client(>= 6.0.0)
It helps applications listen and publish messages throughout an EventBus based on RabbitMQ.
Some parts of the implementation on this package can be easily replaced, and a specific behaviours can be set.