|
|
-
Re: SQS Implementation with ZooKeeperNeha Narkhede 2011-12-06, 19:39
Mike,
Just curious, why wouldn't you want to use a messaging queue like Kafka ( http://incubator.apache.org/kafka/) or ActiveMQ ? Thanks, Neha On Tue, Dec 6, 2011 at 11:21 AM, Jordan Zimmerman <[EMAIL PROTECTED]>wrote: > 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 > > > > |