Infrastructure package for Pitstop sample application that contains helpers for interacting with the RabbitMQ message-broker used by the application.
Info
Version: | 5.1.0 |
Author(s): | Edwin van Wijk |
Last Update: | Tuesday, June 4, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/EdwinVW/pitstop/tree/master/src/Infrastructure.Messaging |
NuGet Url: | https://www.nuget.org/packages/Pitstop.Infrastructure.Messaging |
Install
Install-Package Pitstop.Infrastructure.Messaging
dotnet add package Pitstop.Infrastructure.Messaging
paket add Pitstop.Infrastructure.Messaging
Pitstop.Infrastructure.Messaging Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Configuration(>= 5.0.0)
- Microsoft.Extensions.DependencyInjection(>= 5.0.0)
- Newtonsoft.Json(>= 12.0.3)
- Polly(>= 7.2.1)
- RabbitMQ.Client(>= 6.2.1)
- Serilog(>= 2.10.0)
- System.ValueTuple(>= 4.5.0)