This is great, I was looking for something like this a while back when I was doing the Drupal beanstalkd integration as a way of being able to interrogate the queues a bit easier so that I could inspect what was happening. Also I was looking so that I could queue up jobs from Varnish as a method of keeping stats.
With something like this someone build a queue runner which would work in a shell script or even utilities to allow you to create messages from the shell which would be great for testing.
Thanks
Gordon.
> --
> You received this message because you are subscribed to the Google Groups "beanstalk-talk" group.
> To post to this group, send email to beansta...@googlegroups.com.
> To unsubscribe from this group, send email to beanstalk-tal...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/beanstalk-talk?hl=en.
>
Looks great! You should add it to the list on
https://github.com/kr/beanstalkd/wiki/Client-Libraries
kr