Is there a possibility in beanstalkd to process one job by multiply clients? How job should be deleted in this case?
I would like to send message from one server to 10 another servers, so job will be completed on all of them - it is about update local data on servers.
Should i choose any another MQ system for this kind of task?