Example usage for org.springframework.jmx.export MBeanExporter subclass-usage

List of usage examples for org.springframework.jmx.export MBeanExporter subclass-usage

Introduction

In this page you can find the example usage for org.springframework.jmx.export MBeanExporter subclass-usage.

Usage

From source file hello.MetricsActivator.java

/**
 * <p>
 * MBean exporter for Spring Integration components in an existing application. Add an instance of this as a bean
 * definition in the same context as the components you need to monitor and all message channels and message handlers
 * will be exposed.
 * </p>