Exposing Spring Beans as JMX Managed Beans in Tomcat
Oct 13th
JMX provides a simple solution to application management. In this article, we’ll look at how Spring beans can be easily exported as a JMX MBean making their methods and properties available from a JMX client application, such as JConsole.
This technique has the following advantages:
Your Java bean’s methods can be triggered manually and interactively (great for [...]
