An open API service indexing awesome lists of open source software.

https://github.com/lenndewolten/dequeueable

A project that handles dequeuing queue messages from known Cloud Providers
https://github.com/lenndewolten/dequeueable

azure azure-queue azure-storage containers csharp dequeue dotnet message-queue queue queues

Last synced: 8 months ago
JSON representation

A project that handles dequeuing queue messages from known Cloud Providers

Awesome Lists containing this project

README

          

# 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](lib/Dequeueable.AzureQueueStorage/README.md)
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](lib/Dequeueable.AmazonSQS/README.md)
Framework that handles the messages on the AWS SQS. A function will be invoked when new messages are detected on the queue.