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