From 76a9c30be68c8bfafa1cb1439f849a8ce4779893 Mon Sep 17 00:00:00 2001 From: "Timothy A. Bish" Date: Thu, 1 Nov 2012 14:49:31 +0000 Subject: [PATCH] fix for: https://issues.apache.org/jira/browse/AMQ-3261 change the port in configuration to match the default JMX port. git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1404618 13f79535-47bb-0310-9956-ffa450edef68 --- assembly/src/release/bin/activemq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assembly/src/release/bin/activemq b/assembly/src/release/bin/activemq index 71ccecab97..1383c83b84 100755 --- a/assembly/src/release/bin/activemq +++ b/assembly/src/release/bin/activemq @@ -191,7 +191,7 @@ ACTIVEMQ_SUNJMX_START="$ACTIVEMQ_SUNJMX_START -Dcom.sun.management.jmxremote" # You only have to configure the first four settings if you run a ibm jvm, caused by the # fact that IBM's jvm does not support VirtualMachine.attach(PID) # (see also com.sun.management.jmxremote.port, .jmx.password.file and .jmx.access.file ) -#ACTIVEMQ_SUNJMX_CONTROL="--jmxurl service:jmx:rmi:///jndi/rmi://127.0.0.1:11099/jmxrmi --jmxuser controlRole --jmxpassword abcd1234" +#ACTIVEMQ_SUNJMX_CONTROL="--jmxurl service:jmx:rmi:///jndi/rmi://127.0.0.1:1099/jmxrmi --jmxuser controlRole --jmxpassword abcd1234" ACTIVEMQ_SUNJMX_CONTROL="" # Specify the queue manager URL for using "browse" option of sysv initscript