Versions Compared

Key

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

...

  1. To see MC4J in action, start one of the ServiceMix examples running, for instance, the file binding Example:
    Code Block
    cd [servicemix_install_dir]\examples\file-binding
    ..\..\bin\servicemix servicemix.xml
    
    where servicemix_install_dir is the directory in which ServiceMix was installed.
  2. Run MC4J (see previous section) and click on org.servicemix.
  3. Click on org.servicemix.jbi.framework.ComponentMBeanImpl. The components of the File Binding example will be shown. Left Right click on a component and select "DashboardsAvailable dashboards...>MBean >Basic MBean View" to see the information shown in the diagram below. Please see the MC4J documentation for more details on using it.

    Panel
    borderColor#ccc
    titleMC4J Console
    borderStylesolid

...

borderColor#ccc
titleMC4J - JMX Console view 2
borderStylesolid

...

ServiceMix JMX Console

ServiceMix comes with a WAR which can be deployed, including ServiceMix inside any Servlet / J2EE application server in a standard deployment unit. The added benefit of the ServiceMix WAR is it includes a simple JMX operational console as well allowing your web browser to view JMX attributes and statistics.

...