AnyQ.Queues.Msmq 1.1.4

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

// Install AnyQ.Queues.Msmq as a Cake Tool
#tool nuget:?package=AnyQ.Queues.Msmq&version=1.1.4

AnyQ.Queues.Msmq

MSMQ Extensions for AnyQ

Build status Coverity status NuGet version

Summary

AnyQ.Queues.Msmq provides concrete classes for extending the AnyQ library with support for MSMQ via the System.Messaging namespace.

Usage

For most use cases, it should be sufficient to create an instance of the MsmqJobQueueFactory class to pass to a JobQueueListener. The MsmqJobQueueFactory class has two required dependencies: an IPayloadFormatter, and an IRequestSerializer. The optional dependency, a System.Messaging.AccessControlList, is used when creating or accessing a queue. See the Microsoft Docs page for more info.

Example

var jobQueueFactory = 
    new AnyQ.Queues.Msmq.MsmqJobQueueFactory(new JsonPayloadFormatter(), new JsonRequestSerializer());
var listener = new JobQueueListener(jobQueueFactory);

For more control, you may implement your own JobHandler using the MsmqMessageFactory and MsmqMessageQueueFactory classes.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  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.1.4 1,171 2/8/2018