Ok folks,
i finally solved it like this:
Broker:
First you have to enable JMX in the broker itself in the
$AMQ_HOME/conf/activemq.xml:
http://activemq.org/config/1.0"; brokerName="localhost"
useJmx="true">
and
JVM:
Now you have to enable JMX in the JVM parameters in $AMQ_HOME/bin/a
Hey folks,
sorry for providing such poor information.
Here is precisely what i do:
I follow the instructions provided by the AMQ-website here:
http://activemq.apache.org/jmx.html
The relevant section is at the end of the page and called Advanced JMX
Configuration.
According to the page, i di
Hi Joe,
unfortunately this didn't help.
Scince I start activemq via the shell-scipt provided in
$AMQ_HOME/bin/activemq i located the section where amq finally is started:
ACTIVEMQ_TASK="start"
if [ -n "$CYGHOME" ]; then
exec "$JAVACMD" $ACTIVEMQ_DEBUG_OPTS $ACTIVEMQ_OPTS
-Dactivemq.classpa
Did you set the following properties for your remote broker's jvm?
com.sun.management.jmxremote
com.sun.management.jmxremote.host=
com.sun.management.jmxremote.port=
Also, set the following to disable security for the remote jvm.
com.sun.management.jmxremote.authenticate=false
com.sun.manage