Monitoring Custom JMX MBeans With Jopr
Last Changed by John Mazzitelli, Nov 11, 2008 01:09
My previous post explains how you can use the Hibernate plugin to manage your Hibernate applications with Jopr. In reality, the Hibernate plugin is just a customized JMX plugin because, after all, everything you do in relation to monitoring Hibernate is through its Hibernate Statistics MBean.
So this begs the question, what if my own application has its own custom JMX MBeans? Can I use Jopr to manage and monitor those as well?