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 was initially using the xmemcached client but then found it easier to use with a simple wrapper around it. That wrapper became jestrel, which is available here under an Apache license:
https://github.com/cobbzilla/jestrel
I designed the jestrel API for extreme simplicity. It's been tested in production environments and performs well. Give it a try and let me know what you think.