-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Joshua Estes edited this page Mar 19, 2018
·
6 revisions
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.
composer require dspacelabs/queue