Infrastructure package for sample application that contains helpers for interacting with the RabbitMQ message-broker used by the application.
                        
                    
         
                Info
| Version: | 1.0.0 | 
| Author(s): | Jason Dias | 
| Last Update: | Sunday, June 14, 2020 | 
| .NET Fiddle: | Create the first Fiddle | 
| NuGet Url: | https://www.nuget.org/packages/BWS.Infrastructure.Messaging | 
Install
Install-Package BWS.Infrastructure.Messaging
                        dotnet add package BWS.Infrastructure.Messaging
                        paket add BWS.Infrastructure.Messaging
                        
                                BWS.Infrastructure.Messaging Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- Microsoft.Extensions.Configuration(>= 3.1.3)
- Microsoft.Extensions.DependencyInjection(>= 3.1.3)
- Newtonsoft.Json(>= 12.0.3)
- Polly(>= 7.2.0)
- RabbitMQ.Client(>= 6.0.0)
- Serilog(>= 2.9.0)
- System.ValueTuple(>= 4.5.0)
