Info
Version: | 1.1.2 |
Author(s): | Antonio Esposito |
Last Update: | Thursday, May 31, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://www.tnxconsulting.com/ |
NuGet Url: | https://www.nuget.org/packages/TNX.AzureStoragePriorityQueueReader |
Install
Install-Package TNX.AzureStoragePriorityQueueReader
dotnet add package TNX.AzureStoragePriorityQueueReader
paket add TNX.AzureStoragePriorityQueueReader
TNX.AzureStoragePriorityQueueReader Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 10.0.2)
- WindowsAzure.Storage(>= 9.1.1)
- TNX.GridEach(>= 1.0.0)
Tags
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: [email protected].