Support for com.sun.management.jmxremote.host at some point?

View: New views
2 Messages — Rating Filter:   Alert me  

Support for com.sun.management.jmxremote.host at some point?

by Galder Zamarreno-7 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all,

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 ?

Cheers,
--
Galder ZamarreƱo
Sr. Software Engineer
Infinispan, JBoss Cache

Re: Support for com.sun.management.jmxremote.host at some point?

by Galder Zamarreno-7 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

p.s. I wouldn't mind implementing this myself, though I have no idea
what's the official way to submit and implement this stuff if not yet
available :)

On 11/12/2009 12:48 PM, Galder Zamarreno wrote:

> Hi all,
>
> 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 ?
>
> Cheers,

--
Galder ZamarreƱo
Sr. Software Engineer
Infinispan, JBoss Cache