Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
cd [servicemix_install_dir]\examples\basic
..\..\bin\servicemix servicemix.xml

Then run JConsole and

To enable JMX remoting with Java 5 on some platforms the JAVA_OPTS environment variable needs to be set first. There's no need to set this on OS X or Windows:

Code Block

export JAVA_OPTS="-Dcom.sun.management.jmxremote.port=5001 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false"

Then run JConsole

Code Block

jconsole

Go to the advanced tab and enter the JMX Service URL

then you should see all of the ServiceMix MBeans in the console.

...