summaryrefslogtreecommitdiff
path: root/java/ReadMe.txt
diff options
context:
space:
mode:
Diffstat (limited to 'java/ReadMe.txt')
-rw-r--r--java/ReadMe.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/java/ReadMe.txt b/java/ReadMe.txt
new file mode 100644
index 0000000000..a389131844
--- /dev/null
+++ b/java/ReadMe.txt
@@ -0,0 +1,15 @@
+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
+the configuration files. You can supply a custom configuration using
+the -c argument.
+
+For example:
+
+qpid-server -c ~/etc/config.xml
+
+You can get a list of all command line arguments by using the -h argument.