AMQPManager 1.8.0
dotnet add package AMQPManager --version 1.8.0
NuGet\Install-Package AMQPManager -Version 1.8.0
<PackageReference Include="AMQPManager" Version="1.8.0" />
paket add AMQPManager --version 1.8.0
#r "nuget: AMQPManager, 1.8.0"
// 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 | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
-
- RabbitMQ.Client (>= 3.6.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Rabbit.MQ.Client udpated to version 3.6.0. Performance improvements in consumers