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
- Host: GitHub
- URL: https://github.com/lenndewolten/dequeueable
- Owner: lenndewolten
- Created: 2022-05-23T19:00:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-12T11:53:05.000Z (over 1 year ago)
- Last Synced: 2025-05-05T12:07:14.911Z (8 months ago)
- Topics: azure, azure-queue, azure-storage, containers, csharp, dequeue, dotnet, message-queue, queue, queues
- Language: C#
- Homepage:
- Size: 333 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.