AMQPManager 1.3.0.6
See the version list below for details.
dotnet add package AMQPManager --version 1.3.0.6
NuGet\Install-Package AMQPManager -Version 1.3.0.6
<PackageReference Include="AMQPManager" Version="1.3.0.6" />
paket add AMQPManager --version 1.3.0.6
#r "nuget: AMQPManager, 1.3.0.6"
// Install AMQPManager as a Cake Addin #addin nuget:?package=AMQPManager&version=1.3.0.6 // Install AMQPManager as a Cake Tool #tool nuget:?package=AMQPManager&version=1.3.0.6
It is a RabbitMQ.Client.DLL wrapper.
It makes very easy to work with RabbitMQ hiding to the user all the technical aspects, such as 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.
Deeply tested in productions environments.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 was computed. net403 was computed. net45 was computed. 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.4.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
First release