Dequeueable.AzureQueueStorage

This client library simplifies dequeuing queue messages from Microsoft Azure Storage Queues. It makes it easy to retrieve messages from the queue: dequeueing, exception handling and distributed singleton are handled for you.


Keywords
Microsoft, Azure, Storage, Queues, Queue, QueueMessage, QueueMessages, Message, Blobs, Events, Event, aks, azure-queue, azure-storage, containers, dequeue, kubernetes, message-queue
License
MIT
Install
Install-Package Dequeueable.AzureQueueStorage -Version 1.1.0

Documentation

Dequeueable

A framework to simplify event driven applications in containerized host environments. The aim of this project is to handle messages on a queue more efficiently.

Libraries

  • Azure Queue Storage Framework that handles the messages on the Azure Queue. A function will be invoked when new messages are detected on the queue. Dequeueing, exception handling and distributed singleton are handled for you.
  • Amazon Simple Queue Service Framework that handles the messages on the AWS SQS. A function will be invoked when new messages are detected on the queue.