EventBus Implementation of RabbitMQ.
Info
Version: | 2.0.1 |
Author(s): | Toosame |
Last Update: | Sunday, April 2, 2023 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Toosame.EventBus.RabbitMQ |
Install
Install-Package Toosame.EventBus.RabbitMQ
dotnet add package Toosame.EventBus.RabbitMQ
paket add Toosame.EventBus.RabbitMQ
Toosame.EventBus.RabbitMQ Download (Unzip the "nupkg" after downloading)
Dependencies
- Toosame.EventBus(>= 1.1.0)
- Microsoft.AspNetCore.Http.Abstractions(>= 2.2.0)
- Microsoft.CSharp(>= 4.6.0)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 3.0.0)
- Microsoft.Extensions.Logging.Abstractions(>= 3.0.0)
- Polly(>= 7.1.1)
- RabbitMQ.Client(>= 5.1.1)
- System.Text.Json(>= 4.6.0)