TNX.AzureStoragePriorityQueueReader
1.1.2
dotnet add package TNX.AzureStoragePriorityQueueReader --version 1.1.2
NuGet\Install-Package TNX.AzureStoragePriorityQueueReader -Version 1.1.2
<PackageReference Include="TNX.AzureStoragePriorityQueueReader" Version="1.1.2" />
paket add TNX.AzureStoragePriorityQueueReader --version 1.1.2
#r "nuget: TNX.AzureStoragePriorityQueueReader, 1.1.2"
// Install TNX.AzureStoragePriorityQueueReader as a Cake Addin #addin nuget:?package=TNX.AzureStoragePriorityQueueReader&version=1.1.2 // Install TNX.AzureStoragePriorityQueueReader as a Cake Tool #tool nuget:?package=TNX.AzureStoragePriorityQueueReader&version=1.1.2
PriorityStorageQueueReader is a priority based reader message reader for Azure Queue that supports great multi-threading processing capability
A single reader may read form multiple queues within the same storage account and process on multiple handlers
new PriorityStorageQueueReader(cnn
, new QueueMessageReceiveHandler(1, "999-test1", OnNext)
, new QueueMessageReceiveHandler(2, "999-test2", OnNext)
, new QueueMessageReceiveHandler(3, "999-test3", OnNext)
))
q: info@antonioesposito.it
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- Newtonsoft.Json (>= 10.0.2)
- TNX.GridEach (>= 1.0.0)
- WindowsAzure.Storage (>= 9.1.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.