Info
Version: | 1.0.3 |
Author(s): | Przemyslaw Pogorzelec |
Last Update: | Sunday, November 20, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://bitbucket.org/ppogorzelec/simple.rabbitmq |
NuGet Url: | https://www.nuget.org/packages/Simple.RabbitMq |
Install
Install-Package Simple.RabbitMq
dotnet add package Simple.RabbitMq
paket add Simple.RabbitMq
Simple.RabbitMq Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
- Newtonsoft.Json(>= 9.0.1)
- RabbitMQ.Client(>= 4.1.1)
Tags
It also alows to subscribe to the queue. Thereby when the message appears on queue it will be immedietly get by subscriber.