Curator has both a Queue and a Priority Queue as described on the ZooKeeper recipes page:
https://github.com/Netflix/curator/wiki/Recipes -JZ On 12/6/11 11:16 AM, "Mike Schilli" <[email protected]> wrote: >Seems like it should be possible to implement a queue service like >Amazon's SQS [1] with ZooKeeper, with queue items becoming 'invisible' >once a client picks them, but pop back into the queue after a timeout >unless the client doesn't explicitly delete them. > >Anyone done that? > >-- >-- Mike > >Mike Schilli >[email protected] > >[1] http://aws.amazon.com/sqs >
