Info
Version: | 1.1.0 |
Author(s): | Khalid Salomão |
Last Update: | Thursday, November 12, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/khalidsalomao/SimpleHelpers.Net.RabbitMQ |
NuGet Url: | https://www.nuget.org/packages/SimpleHelpers.RabbitMQWorkQueue |
Install
Install-Package SimpleHelpers.RabbitMQWorkQueue
dotnet add package SimpleHelpers.RabbitMQWorkQueue
paket add SimpleHelpers.RabbitMQWorkQueue
SimpleHelpers.RabbitMQWorkQueue Download (Unzip the "nupkg" after downloading)
Dependencies
- RabbitMQ.Client(3.5.6)
- Jil(2.12.1)
Tags
Simple way of using RabbitMQ as a work queue with maximum retries and dead-lettering.
(C# - Source file).
Note: this nuget package contains c# source code and depends on .Net 4.0.