How to configure read-only JMX bean with XML configuration?
Official tutorial (link below) says only about annotations on methods, is there a way to do the same via XML?
How to configure read-only JMX bean with XML configuration?
Official tutorial (link below) says only about annotations on methods, is there a way to do the same via XML?
See AbstractConfigurableMBeanInfoAssembler and its subclasses MethodNameBasedMBeanInfoAssembler etc.
See also the MBeanInfoAssembler Interface section in the reference documentation.