I proposed implementing an SQS intf a long while back. However at this point you'd be better off using BK or Hedwig to implement it.
Patrick On Tue, Dec 6, 2011 at 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
