Skip to content

A project that handles dequeuing queue messages from known Cloud Providers

Notifications You must be signed in to change notification settings

lenndewolten/dequeueable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.