Don't enable jmx on the embedded broker since that was hanging the tests

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@448014 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2006-09-19 23:21:03 +00:00
parent ae9ba43296
commit 4194df7f78
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ if [ -z "$ACTIVEMQ_HOME" ] ; then
fi
if [ -z "$BROKER_URL" ] ; then
BROKER_URL=vm://localhost
BROKER_URL='vm://(broker://()/localhost?useJmx=false)/localhost'
fi
java ${JAVA_OPTIONS} -cp ${ACTIVEMQ_HOME}/apache-activemq-4.1-incubator-SNAPSHOT.jar:${PERFHARNESS_HOME}/perfharness.jar JMSPerfHarness -pc JNDI -ii org.apache.activemq.jndi.ActiveMQInitialContextFactory -iu $BROKER_URL -cf ConnectionFactory -d dynamic$DESTINATION $@