0

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?

http://docs.spring.io/spring/docs/current/spring-framework-reference/html/jmx.html#jmx-interface-metadata

Maxim Galushka
  • 397
  • 1
  • 5
  • 22

1 Answers1

1

See AbstractConfigurableMBeanInfoAssembler and its subclasses MethodNameBasedMBeanInfoAssembler etc.

See also the MBeanInfoAssembler Interface section in the reference documentation.

Gary Russell
  • 166,535
  • 14
  • 146
  • 179