summaryrefslogtreecommitdiff
path: root/java/broker/bin/qpid-server
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2007-07-04 16:05:55 +0000
committerMartin Ritchie <ritchiem@apache.org>2007-07-04 16:05:55 +0000
commit0b209ab4c684d63c86250e2a894c6a03efcc2ecf (patch)
treea25d65645cdfca4627a304318f6a2691110a02f3 /java/broker/bin/qpid-server
parent5aedab1b101894dd21a45eacc1fb9b4c8becc7de (diff)
downloadqpid-python-0b209ab4c684d63c86250e2a894c6a03efcc2ecf.tar.gz
Addition of the MessageStore Tool.
Small changes to the Exchanges to allow the extraction of currently listed items. Extracted initial broker configuration mechanism to a reusable class. Have modified broker to use it. Move the Passwd.java to new tools package structure on the broker. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@553248 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/broker/bin/qpid-server')
-rw-r--r--java/broker/bin/qpid-server6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/broker/bin/qpid-server b/java/broker/bin/qpid-server
index 76d0ad786d..fabf7e941c 100644
--- a/java/broker/bin/qpid-server
+++ b/java/broker/bin/qpid-server
@@ -7,9 +7,9 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -25,7 +25,7 @@ QPID_LIBS=$QPID_HOME/lib/qpid-incubating.jar:$QPID_HOME/lib/bdbstore-launch.jar
export JAVA=java \
JAVA_VM=-server \
JAVA_MEM=-Xmx1024m \
- JAVA_GC=-XX:-UseConcMarkSweepGC
+ JAVA_GC=-XX:-UseConcMarkSweepGC \
QPID_CLASSPATH=$QPID_LIBS
. qpid-run org.apache.qpid.server.Main "$@"