Skip to content
Joshua Estes edited this page Oct 3, 2017 · 6 revisions

dspacelabs/queue Build Status

The Queue Component allows developers to quickly implement message queues using a variety of different queues such as AWS SQS, Flat Files, Redis, RabbitMQ, and others.

The Queue Component also comes with a Broker that allows a central class to manage queues from all different types. With the Broker you are able to have a Flat File Queue, AWS SQS Queue, and others in one easy place.

These Queues all share a common interface and thus can easily be swapped out for other types.

Installation

Clone this wiki locally