AMQPManager 1.8.0

dotnet add package AMQPManager --version 1.8.0
NuGet\Install-Package AMQPManager -Version 1.8.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AMQPManager" Version="1.8.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AMQPManager --version 1.8.0
#r "nuget: AMQPManager, 1.8.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AMQPManager as a Cake Addin
#addin nuget:?package=AMQPManager&version=1.8.0

// Install AMQPManager as a Cake Tool
#tool nuget:?package=AMQPManager&version=1.8.0

Wraps RabbitMQ.Client in order to make very easy to work with RabbitMQ hiding to the user all the technical aspects, like connections and channels management and providing a clear interface (IAMQPManager) designed to abstract the RabbitMq implementation of the AMQP protocol.

Implements RPC (publish and wait response) as a single synchronous call to Queues or Exchanges.

Manages multiple connections for clustered environment.

Strongly tested in productions systems.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.8.0 4,778 3/4/2016
1.7.1 3,481 10/8/2015
1.7.0 2,257 10/1/2015
1.6.1 6,094 5/12/2015
1.6.0 2,665 5/7/2015
1.5.1 2,235 4/10/2015
1.5.0 2,198 4/10/2015
1.4.2 19,706 2/13/2015
1.4.1 20,760 1/31/2015
1.4.0 2,561 1/31/2015
1.3.0.6 2,472 1/30/2015

Rabbit.MQ.Client udpated to version 3.6.0. Performance improvements in consumers