0

I want to intercept all requests sent from JMX to setup some context configuration, is there any mechanism for doing that?

If there isn´t a place to put an interceptor for all MBeans, the alternative that I have in mind is to proxy each MBean. Thanks in advance

leaqui
  • 533
  • 6
  • 22

1 Answers1

0

It's not entirely clear what you are looking for; you can proxy individual MBeans. To proxy the entire server, you would need to implement your own connector.

Maybe the MBeanServerConnectionFactoryBean would be a good starting point.

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