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 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. |
-
- 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