skimstercg wrote: > On my local box, all I needed was to set useJmx="true" and uncomment the > managementContext section of the conf/activemq.xml file. On my remote box's > bin/activemq command I see: > > > if [ -z "$SUNJMX" ] ; then > #SUNJMX="-Dcom.sun.management.jmxremote.port=1616 > -Dcom.sun.management.jmxremo > te.authenticate=false -Dcom.sun.management.jmxremote.ssl=false" > SUNJMX="-Dcom.sun.management.jmxremote" > fi > > I'm assuming this is the how you turn on remote JMX monitoring. Now for a > newbe question: what command line arg do I pass to turn this on. Thanks for > the help. > > > > > Christopher G. Stach II wrote: >> skimstercg wrote: >>> Doesn't work for me. Still get "Connection failed". >> Did you enable remote JMX connection on AMQ's command line? >> >> -- >> Christopher G. Stach II >> >> >> >
http://java.sun.com/j2se/1.5.0/docs/guide/management/agent.html -- Christopher G. Stach II