Apache Qpid : Qpid Java Broker Management CLI
This page last changed on Jan 30, 2009 by glahiru.
How to build Apache Qpid CLIBuild Instructions - GeneralAt the very beginning please build Apache Qpid by refering this installation guide from here http://cwiki.apache.org/qpid/qpid-java-build-how-to.html. After successfully build Apache Qpid you'll be able to start Apache Qpid Java broker,then only you are in a position to use Qpid CLI. Check out the SourceFirst check out the source from subversion repository. Please visit the following link for more information about different versions of Qpid CLI. http://code.google.com/p/lahirugsoc2008/downloads/list PrerequisitesFor the broker code you need JDK 1.5.0_15 or later. You should set JAVA_HOME and include the bin directory in your PATH. Check it's ok by executing java -v ! Building Apache Qpid CLIThis project is currently having only an ant build system.Please install ant build system before trying to install Qpid CLI. CompilingTo compile the source please run following command ant compile To compile the test source run the following command ant compile-tests Running CLIAfter successful compilation set QPID_CLI environment variable to the main source directory.(set the environment variable to the directory where ant build script stored in the SVN checkout).Please check whether the Qpid Java broker is up an running in the appropriate location and run the following command to start the Qpid CLI by running the qpid-cli script in the bin directory. $QPID_CLI/bin/qpid-cli -h <hostname of the broker> -p <broker running port> Other ant targetsant clean Clean the complete build including CLI build and test build. |
![]() |
Document generated by Confluence on May 26, 2010 10:34 |