![]() |
VOOZH | about |
dotnet add package UserService.ActiveMQ.Connect --version 1.0.1.265
NuGet\Install-Package UserService.ActiveMQ.Connect -Version 1.0.1.265
<PackageReference Include="UserService.ActiveMQ.Connect" Version="1.0.1.265" />
<PackageVersion Include="UserService.ActiveMQ.Connect" Version="1.0.1.265" />Directory.Packages.props
<PackageReference Include="UserService.ActiveMQ.Connect" />Project file
paket add UserService.ActiveMQ.Connect --version 1.0.1.265
#r "nuget: UserService.ActiveMQ.Connect, 1.0.1.265"
#:package UserService.ActiveMQ.Connect@1.0.1.265
#addin nuget:?package=UserService.ActiveMQ.Connect&version=1.0.1.265Install as a Cake Addin
#tool nuget:?package=UserService.ActiveMQ.Connect&version=1.0.1.265Install as a Cake Tool
Userservice messages over Active MQ. This package contains helper classes for creating connections.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net40 net40 is compatible. net403 net403 was computed. net45 net45 was computed. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
1.0.1.3: Incoming messages can be both text and bytes. Outgoing message format must be specified in the ctor. Properties on messages describe userid, operation etc.
Exceptions are thrown on errors. User info as message properties.
1.0.1.4: Disposable.
1.0.1.5: Internal serialization.
1.0.1.8: Added queue replay expression. Apache.NMS.ActiveMQ dependency upped (a bit).