An Azure Storage Queue wrapper that supports priorities and abstracts exponential backoff polling away with an event-driven interface.
Info
| Version: | 0.1.0 |
| Author(s): | Union Palenshus |
| Last Update: | Thursday, June 23, 2022 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/palenshus/AzurePriorityPushQueue |
| NuGet Url: | https://www.nuget.org/packages/AMPSoft.AzurePriorityPushQueue |
Install
Install-Package AMPSoft.AzurePriorityPushQueue
dotnet add package AMPSoft.AzurePriorityPushQueue
paket add AMPSoft.AzurePriorityPushQueue
AMPSoft.AzurePriorityPushQueue Download (Unzip the "nupkg" after downloading)
Dependencies
- Polly(>= 5.2.0)
- WindowsAzure.Storage(>= 8.1.4)
Tags