features. 5.1. Exporting Your Beans to JMX The core class in Spring’s JMX framework is the
MBeanExporter. This class is responsible for taking your Spring beans and registering them with a JMX MBeanServer of this bean as attributes and operations of an MBean, you can configure an instance of the
MBeanExporter class in your configuration file and pass in the bean, as the following example shows: 58
the exporting is to happen -->