SevenDigital.Messaging 3.3.0

.NET Framework 4.0
dotnet add package SevenDigital.Messaging --version 3.3.0
NuGet\Install-Package SevenDigital.Messaging -Version 3.3.0
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="SevenDigital.Messaging" Version="3.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SevenDigital.Messaging --version 3.3.0
#r "nuget: SevenDigital.Messaging, 3.3.0"
#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 SevenDigital.Messaging as a Cake Addin
#addin nuget:?package=SevenDigital.Messaging&version=3.3.0

// Install SevenDigital.Messaging as a Cake Tool
#tool nuget:?package=SevenDigital.Messaging&version=3.3.0

A distributed contracts-based sender/handler messaging system built on RabbitMQ and BearBones-Messaging

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)
Additional computed target framework(s)
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
3.3.0 1,787 6/18/2014
3.2.0 1,532 6/13/2014
3.1.0 1,425 3/21/2014
3.0.1 1,386 3/18/2014
2.6.4 1,456 3/17/2014
2.6.2 1,352 1/9/2014
2.6.1 1,322 1/8/2014
2.6.0.2 1,299 12/12/2013
2.6.0.1 1,292 12/12/2013
2.6.0 1,354 12/12/2013
2.5.14.6 1,408 12/10/2013
2.5.14.5 1,354 12/6/2013
2.5.14.4 1,341 12/6/2013
2.5.14.3 1,325 12/6/2013
2.5.14.2 1,364 11/28/2013
2.5.14.1 1,364 11/11/2013
2.5.14 1,309 11/11/2013
2.5.13 1,317 10/16/2013
2.5.12 1,371 9/24/2013
2.5.11 1,356 8/20/2013
2.5.10 1,410 8/19/2013
2.5.9 1,346 8/19/2013
2.5.8 1,325 8/2/2013
2.5.7 1,367 7/30/2013
2.5.6 1,411 7/30/2013
2.5.5 1,370 7/25/2013
2.5.4 1,463 7/25/2013
2.5.3 1,402 7/25/2013
2.5.2 1,370 7/18/2013
2.5.1 1,560 7/18/2013
2.5.0 1,532 7/17/2013
2.0.2 1,569 7/9/2013
2.0.1 1,560 7/4/2013
2.0.0 1,961 7/4/2013
1.3.0 1,989 7/2/2013
1.2.9 1,506 6/26/2013
1.2.8 1,417 6/26/2013
1.2.7 1,484 6/25/2013
1.2.6 1,525 6/24/2013
1.2.5 1,455 6/20/2013
1.2.4 1,408 6/17/2013
1.2.3 1,430 6/17/2013
1.2.2 1,398 6/17/2013
1.2.1 1,392 6/12/2013
1.2.0 1,425 6/11/2013
1.1.1 1,465 5/28/2013
1.1.0 1,412 5/28/2013
1.0.0 1,413 5/21/2013

Removed LocalQueue mode, this can be now done with topic exchanges and routing keys instead.