-
Notifications
You must be signed in to change notification settings - Fork 67
Home
miccheng edited this page Dec 21, 2012
·
14 revisions
- Abstracted interface to multiple queue backends (BeanStalkd, AWS SQS, Redis, RabbitMQ). Take advantage of each queue backend's own clustering capabilities.
- Support multiple queues of different backends at the same time.
- REST interface to add new Jobs to queue.
- Command Line Interface to support file injection (eg. log file, CSV files) into queues.
- Support for multiple worker types. Each queue can simultaneously handle different job types - hand-off will be handled by the worker daemon.
- Presented at Singapore PHP User Group meetup on 28 Nov 2012
- Presented at The Azure Xmas Workshop in Singapore on 20 Dec 2012 with the demo codes here.
- Windows Azure Demo (Pending documentation)
- Photo Queue Demo (Work-in-Progress)