Le 27/11/12 13:46, Mattmann, Chris A (388J) a écrit :
I think JMX is fine for experimenting and for testing, so long as the SIS
library itself remains compact and doesn't induce or
force this dependency on downstream consumers.
Actually it doesn't induce any library dependency since JMX is part of
standard JDK since Java 5. Furthermore, the JVM itself uses JMX for its
own monitoring, so it is possible that JMX classes are loaded anyway, in
which case using JMX on our side doesn't add any significant cost. But I
wasn't sure (I guess I need to test with java --verbose), which is why I
asked...
But in any case, there is a flag for excluding the MBean.
Martin