RabbitClient is a custom wrapper for the RabbitMq client and allows any developer to connect, publish, send and consume messages in an easy and straightforward way.
Info
| Version: | 1.0.0-rc01 |
| Author(s): | Armando Ruiz |
| Last Update: | Wednesday, January 10, 2018 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/armandoisaac/RabbitClient |
| NuGet Url: | https://www.nuget.org/packages/RabbitClient |
Install
Install-Package RabbitClient
dotnet add package RabbitClient
paket add RabbitClient
RabbitClient Download (Unzip the "nupkg" after downloading)
Dependencies
- ServiceBus(>= 1.0.001)
- Newtonsoft.Json(>= 10.0.3)
- RabbitMQ.Client(>= 5.0.1)
- RestSharp(>= 106.2.1)
- System.Diagnostics.Process(>= 4.3.0)
Tags