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
<PackageReference Include="AnyQ.Queues.Msmq" Version="1.1.4" />
paket add AnyQ.Queues.Msmq --version 1.1.4
#r "nuget: AnyQ.Queues.Msmq, 1.1.4"
// 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
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 | Versions 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. |
-
- AnyQ (>= 1.1.0)
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,205 | 2/8/2018 |