diff options
| author | Lahiru Gunathilake <lahiru@apache.org> | 2008-10-07 09:07:34 +0000 |
|---|---|---|
| committer | Lahiru Gunathilake <lahiru@apache.org> | 2008-10-07 09:07:34 +0000 |
| commit | cc4c4be4b6b7c4a4fdfe22de9d9f40974f7d6971 (patch) | |
| tree | 1a713368ba8ab8ce222e23fe1760d1e01ea2d559 /java/management/tools/qpid-cli/README | |
| parent | cdd462bf0c1d899f46d2b72615408f183e6a952e (diff) | |
| download | qpid-python-cc4c4be4b6b7c4a4fdfe22de9d9f40974f7d6971.tar.gz | |
committing qpid-cli for the first time.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@702402 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/management/tools/qpid-cli/README')
| -rw-r--r-- | java/management/tools/qpid-cli/README | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/java/management/tools/qpid-cli/README b/java/management/tools/qpid-cli/README new file mode 100644 index 0000000000..9432d76b69 --- /dev/null +++ b/java/management/tools/qpid-cli/README @@ -0,0 +1,64 @@ +README +====== + +INSTALL +======= + source + ====== + 1.Set the environment variable QPID_CLI to the root directory of the repository or the release. + + 2.Run these command to build the source + + ant init compile + + 3.To launch the CLI run the script in bin folder with appropriate parameters. + + ex: + + Linux $QPID_CLI/bin/qpid-cli -h 10.8.100.122 -p 8334 + Windows %QPID_CLI%/bin/qpid-cli.bat -h 10.8.100.122 -p 8334 + + -h hostname (default localhost) + -p broker port (default 8999) + + binary + ====== + 1.Set the environment variable QPID_CLI to the root directory of the repository or the release. + + 2.To launch the CLI run the script in bin folder with appropriate parameters. + + ex: + + Linux $QPID_CLI/bin/qpid-cli -h 10.8.100.122 -p 8334 + Windows %QPID_CLI%/bin/qpid-cli.bat -h 10.8.100.122 -p 8334 + + -h hostname (default localhost) + -p broker port (default 8999) + + 3. No test cases are included in the binary version. + +TESTING +======= + +1.Test source is located in the test directory.If you want to run the tests please start the +Qpid java broker and run following ant targets. + + ant compile-tests This compile all the test sources + ant test This runs all the test cases +2.If you want to test with a remote broker please use the source release and change the constants in ConnectionConstants.java +class.(Default values are BROKER_HOSTNAME="localhost" BROKER_PORT="8999") + +For more informations please visit the project home page.Please feel free to report bugs and that will +be really useful to have a good product at the end. + http://code.google.com/p/lahirugsoc2008/ + + + + + + + + + + + |
