Infrastructure package for AutoServices sample application that contains helpers for interacting with the RabbitMQ message-broker used by the application.
Info
| Version: | 2.1.0 |
| Author(s): | Thomas Trung Vo Duy |
| Last Update: | Friday, September 6, 2019 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/ThomasTrungVo/AutoServices/tree/master/src/Infrastructure.Messaging |
| NuGet Url: | https://www.nuget.org/packages/Auto.Infrastructure.Messaging |
Install
Install-Package Auto.Infrastructure.Messaging
dotnet add package Auto.Infrastructure.Messaging
paket add Auto.Infrastructure.Messaging
Auto.Infrastructure.Messaging Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 12.0.2)
- Polly(>= 7.1.0)
- RabbitMQ.Client(>= 5.1.0)
- Serilog(>= 2.8.0)
- System.ValueTuple(>= 4.5.0)