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
> >
>
>

Reply via email to