I have a website written in PHP (CakePHP) where certain resource intensive tasks are handled by a background process. This is done through the Beanstalkd message queue. I need some way to retrieve the
So what I like about beanstalkd: small, lightweight, has priorities for messages, has a great set of clients, easy to use.