Tamas Penzes 08ae49dee4 ZOOKEEPER-3854: Upgrade jUnit in ZooKeeper-Recipes 4 年之前
..
src 08ae49dee4 ZOOKEEPER-3854: Upgrade jUnit in ZooKeeper-Recipes 4 年之前
README.txt 28de451aa8 ZOOKEEPER-3033: MAVEN MIGRATION - Step 1.2 - create zk-recipes maven structure 7 年之前
build.xml f3f7c79bb1 ZOOKEEPER-3275: Fix release targets: package, tar, mvn-deploy 6 年之前
pom.xml 5e88b541dc ZOOKEEPER-3834: Do Not Set Explicit Test Includes in POM 5 年之前

README.txt



1) This queue interface recipe implements the queue recipe
mentioned in ../../../docs/recipes.[html,pdf].
A more detailed explanation is at http://www.cloudera.com/blog/2009/05/28/building-a-distributed-concurrent-queue-with-apache-zookeeper/

2) This recipe does not handle KeeperException.ConnectionLossException or ZCONNECTIONLOSS. It will only work correctly once ZOOKEEPER-22 https://issues.apache.org/jira/browse/ZOOKEEPER-22 is resolved.

3) To compile the queue java recipe you can just run ant jar from
this directory.
Please report any bugs on the jira

http://issues.apache.org/jira/browse/ZOOKEEPER