I've noticed that Java does not allow starting multiple jmx agents in
the same machine under the same port but passing somehow a different
bind host/ip address. jmx agents are bound to
InetAddress.anyLocalAddress() (0.0.0.0)
Does anyone know if there're plans to support something like
com.sun.management.jmxremote.host ?