![]() |
VOOZH | about |
dotnet add package DotNetWorkQueue --version 0.9.38
NuGet\Install-Package DotNetWorkQueue -Version 0.9.38
<PackageReference Include="DotNetWorkQueue" Version="0.9.38" />
<PackageVersion Include="DotNetWorkQueue" Version="0.9.38" />Directory.Packages.props
<PackageReference Include="DotNetWorkQueue" />Project file
paket add DotNetWorkQueue --version 0.9.38
#r "nuget: DotNetWorkQueue, 0.9.38"
#:package DotNetWorkQueue@0.9.38
#addin nuget:?package=DotNetWorkQueue&version=0.9.38Install as a Cake Addin
#tool nuget:?package=DotNetWorkQueue&version=0.9.38Install as a Cake Tool
Producer/distributed consumer library for .NET. Queue and dequeue POCOs, LINQ expressions (compiled or dynamic), and schedule recurring jobs.
dotnet add package DotNetWorkQueue
// Producer
using var queueContainer = new QueueContainer<SqlServerMessageQueueInit>();
using var producer = queueContainer.CreateProducer<MyMessage>(
new QueueConnection("queueName", "connectionString"));
producer.Send(new MyMessage { Text = "Hello" });
// Consumer
using var consumer = queueContainer.CreateConsumer(
new QueueConnection("queueName", "connectionString"));
consumer.Start<MyMessage>(HandleMessage);
Complete examples are available in the samples repository.
LGPL-2.1-or-later
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 5 NuGet packages that depend on DotNetWorkQueue:
| Package | Downloads |
|---|---|
|
DotNetWorkQueue.Transport.Shared
Shared libaries for transports |
|
|
DotNetWorkQueue.Transport.RelationalDatabase
Shared libaries for relational transports |
|
|
DotNetWorkQueue.Transport.PostgreSQL
PostgreSQL transport for https://github.com/blehnen/DotNetWorkQueue |
|
|
DotNetWorkQueue.Transport.Redis
Redis transport for https://github.com/blehnen/DotNetWorkQueue |
|
|
DotNetWorkQueue.AppMetrics
An implementation of AppMetrics ( https://github.com/AppMetrics/AppMetrics) for https://github.com/blehnen/DotNetWorkQueue |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.9.38 | 317 | 6/4/2026 |
| 0.9.37 | 334 | 5/28/2026 |
| 0.9.36 | 292 | 5/16/2026 |
| 0.9.35 | 320 | 4/23/2026 |
| 0.9.34 | 274 | 4/20/2026 |
| 0.9.32 | 305 | 4/16/2026 |
| 0.9.31 | 354 | 4/9/2026 |
| 0.9.30 | 277 | 4/8/2026 |
| 0.9.18 | 475 | 4/6/2026 |
| 0.9.14 | 572 | 4/3/2026 |
| 0.9.13 | 477 | 3/30/2026 |
| 0.9.12 | 444 | 3/29/2026 |
| 0.9.11 | 454 | 3/26/2026 |
| 0.9.10 | 466 | 3/20/2026 |
| 0.9.9 | 460 | 3/20/2026 |
| 0.9.8 | 138 | 3/17/2026 |
| 0.9.7 | 127 | 3/17/2026 |
| 0.9.6 | 545 | 3/17/2026 |
| 0.9.5 | 532 | 3/16/2026 |
| 0.9.1 | 541 | 3/10/2026 |