UserService.ActiveMQ.Connect
1.0.1.265
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" />
paket add UserService.ActiveMQ.Connect --version 1.0.1.265
#r "nuget: UserService.ActiveMQ.Connect, 1.0.1.265"
// Install UserService.ActiveMQ.Connect as a Cake Addin #addin nuget:?package=UserService.ActiveMQ.Connect&version=1.0.1.265 // Install UserService.ActiveMQ.Connect as a Cake Tool #tool nuget:?package=UserService.ActiveMQ.Connect&version=1.0.1.265
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 is compatible. 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. |
-
- Apache.NMS (>= 1.6.0.3083)
- Apache.NMS.ActiveMQ (>= 1.6.3)
- JpPolitikensHus.MedieLogin.Sso.UserDelta (>= 0.6.0.236)
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.0.1.265 | 1,854 | 7/31/2018 | |
1.0.1.241 | 1,133 | 7/30/2018 | |
1.0.1.239 | 1,342 | 5/31/2018 | |
1.0.1.232 | 1,387 | 5/4/2018 | |
1.0.1.214 | 3,446 | 3/22/2017 | |
1.0.1.210 | 2,200 | 3/22/2017 | |
1.0.1.209 | 2,210 | 3/22/2017 | |
1.0.1.195 | 1,380 | 1/9/2017 | |
1.0.1.8 | 1,942 | 5/4/2015 | |
1.0.1.7 | 1,583 | 3/1/2015 | |
1.0.1.5 | 1,849 | 2/26/2015 | |
1.0.1.4 | 1,682 | 12/18/2014 | |
1.0.1.3 | 1,588 | 12/9/2014 | |
1.0.1 | 1,589 | 12/8/2014 | |
1.0.0 | 1,462 | 11/26/2014 |
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).