• Blog
  • Docs
  • Updates
Webda
Docs Menu
  • Quick start
    • Tutorials
  • Develop
    • Authentication
    • Binaries
    • Custom
    • Mailer
    • Models
    • Polymer
    • Queues
    • Stores
  • Deploy
    • AWS
    • Docker
    • Configuration Resolution
    • Local
    • WeDeploy

Queues Guide

A simple QueueService that allow PUT and GET on a Queue

Overview

This is a wrapper on AWS SQS, it also have a MemoryQueue for unit test.

You can define a worker that is the method that will be called on each item of the queue, if the method fails the underlying implementation will retry it later.

Worker

to be completed

Contribute on Github! Edit this section.