summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarnie McCormack <marnie@apache.org>2006-11-10 15:05:17 +0000
committerMarnie McCormack <marnie@apache.org>2006-11-10 15:05:17 +0000
commit028a1b3c3b4f2f529c96a84b8d4bc64618d119ff (patch)
tree76f363dbd164fcf56d7c07c0fd83e3a37742b548
parent746c2a78d68e699931fd4c9f67749330bec705af (diff)
downloadqpid-python-028a1b3c3b4f2f529c96a84b8d4bc64618d119ff.tar.gz
update to readme
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@473359 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/java/README.txt24
1 files changed, 21 insertions, 3 deletions
diff --git a/qpid/java/README.txt b/qpid/java/README.txt
index bf41dc4fd3..2d646645fd 100644
--- a/qpid/java/README.txt
+++ b/qpid/java/README.txt
@@ -1,10 +1,26 @@
+All of our user documentation for the Qpid Java components can be accessed on our
+wiki at:
+
+http://cwiki.apache.org/confluence/display/qpid/Qpid+Java+Documentation
+
+This includes a Getting Started Guide and FAQ as well as detailed developer documentation.
+
+However, here's a VERY quick guide to running the installed Qpid broker, omce you have installed it somewhere !
+
Running the Broker
------------------
To run the broker, set the QPID_HOME environment variable to
-distribution directory and add $QPID_HOME/bin to your PATH. Then run
-the qpid-server shell script or qpid-server.bat batch file to start
-the broker. By default, the broker will use $QPID_HOME/etc to find
+distribution directory and add $QPID_HOME/bin to your PATH.
+
+Then run the qpid-server shell script or qpid-server.bat batch file to start
+the broker.
+
+You can then start the broker:
+
+qpid-server
+
+By default, the broker will use $QPID_HOME/etc to find
the configuration files. You can supply a custom configuration using
the -c argument.
@@ -14,3 +30,5 @@ qpid-server -c ~/etc/config.xml
You can get a list of all command line arguments by using the -h argument.
+Note that the Qpid broker needs JDK 1.5 or later.
+