I was trying see how Kestrel works but I'm having some difficulties even to find a working example in Java using it as a library.
Do someone has a link or can help me on the set up of a queue?
I've found this but it doesn't work on the last release.. : /
I had the same problem. I found this link which shows a client created using PHP. I was able to use this as a basis for creating a Java client: http://blog.shupp.org/2011/05/07/getting-started-with-kestrel-from-a-php-application/
It's not perfect but it should get you started. (Dependency on spymemcached.)
Good luck!