UserService.ActiveMQ.Connect 1.0.1.241

There is a newer version of this package available.
See the version list below for details.
dotnet add package UserService.ActiveMQ.Connect --version 1.0.1.241
NuGet\Install-Package UserService.ActiveMQ.Connect -Version 1.0.1.241
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="UserService.ActiveMQ.Connect" Version="1.0.1.241" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add UserService.ActiveMQ.Connect --version 1.0.1.241
#r "nuget: UserService.ActiveMQ.Connect, 1.0.1.241"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install UserService.ActiveMQ.Connect as a Cake Addin
#addin nuget:?package=UserService.ActiveMQ.Connect&version=1.0.1.241

// Install UserService.ActiveMQ.Connect as a Cake Tool
#tool nuget:?package=UserService.ActiveMQ.Connect&version=1.0.1.241

Userservice messages over Active MQ. This package contains helper classes for creating connections.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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,795 7/31/2018
1.0.1.241 1,118 7/30/2018
1.0.1.239 1,311 5/31/2018
1.0.1.232 1,359 5/4/2018
1.0.1.214 3,418 3/22/2017
1.0.1.210 2,175 3/22/2017
1.0.1.209 2,196 3/22/2017
1.0.1.195 1,348 1/9/2017
1.0.1.8 1,888 5/4/2015
1.0.1.7 1,543 3/1/2015
1.0.1.5 1,816 2/26/2015
1.0.1.4 1,663 12/18/2014
1.0.1.3 1,558 12/9/2014
1.0.1 1,560 12/8/2014
1.0.0 1,431 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).