Changed the MBean Registry back to a normal
java class.
By default the normal java class
org.jboss.mx.server.registry.BasicMBeanRegistry
is used.
By defining the property
jbossmx.mbean.server.class=
org.jboss.mx.server.registryManagedMBeanRegistry
the registry is again exposed for management.
On my tests the performance is as follows
for registerMBean/unregisterMBean cycling
Basic 210ms
Managed 250ms
Regards,
Adrian
Logged In: YES
user_id=9459
The ManagedMBeanRegistry is again the default.
For services that need to add context to a registration.
Regards,
Adrian
Logged In: YES
user_id=9459
There is now no separate class to control whether the
registry is exposed as an MBean.
The registry should now be a POJO.
The MBeanServer will automatically expose it as an MBean.
Regards,
Adrian