Archive for October, 2005

Controlling MBean Registration Behavior in Spring

Until quite recently, the JMX support in Spring gave you little control over the registration of MBeans that may already exist. This caused problems in applications that wanted to share MBeans with other applications, or in scenarios where MBean cleanup isn’t guaranteed. As of Spring 1.2.5 we introduced a new feature to allow for much better control of MBean registration behaviour.