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

Reply via email to