We are going to implement a fairly complex new service in an asynchronous way, introducing asynchronous processing as well. For this, we have selected beanstalkd message queue service, as it fits best for our needs.
The problem is that beanstalk seems to miss client API in C, at least I have failed to find it.
I do not want to invent the wheel: is there a client API available for beanstalkd?