You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Joshua Estes edited this page Oct 3, 2017
·
6 revisions
dspacelabs/queue
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.