Info
Version: | 2.4.0 |
Author(s): | Alan Antonuk |
Last Update: | Wednesday, July 16, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/alanxz/SimpleAmqpClient |
NuGet Url: | https://www.nuget.org/packages/SimpleAmqpClient |
Install
Install-Package SimpleAmqpClient
dotnet add package SimpleAmqpClient
paket add SimpleAmqpClient
SimpleAmqpClient Download (Unzip the "nupkg" after downloading)
Dependencies
- librabbitmq(0.5.0)
- boost_chrono-vc110(1.55.0.16)
- boost_system-vc110(1.55.0.16)
- SimpleAmqpClient.redist(2.4)
Tags
It derives inspiration from the puka AMQP library in that it abstracts away the underlying AMQP wire concept of channels and uses them as an error/consumer scope. This should make writing simple single-threaded AMQP-enabled apps easy.