mirror of https://github.com/apache/activemq.git
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:
parent
ae9ba43296
commit
4194df7f78
|
@ -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 $@
|
||||
|
|
Loading…
Reference in New Issue