RabbitMQ Implementation of a Generic EventBus.
Info
Version: | 0.3.7 |
Author(s): | Andrew Hagens, Thomas Poiesz |
Last Update: | Wednesday, July 29, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Finaps.EventBus.RabbitMQ |
Install
Install-Package Finaps.EventBus.RabbitMQ
dotnet add package Finaps.EventBus.RabbitMQ
paket add Finaps.EventBus.RabbitMQ
Finaps.EventBus.RabbitMQ Download (Unzip the "nupkg" after downloading)
Dependencies
- Finaps.EventBus.Core(>= 0.3.7)
- Microsoft.Extensions.ObjectPool(>= 3.1.1)
- Polly(>= 7.1.0)
- RabbitMQ.Client(>= 5.1.0)