When getting a hostname of a Petals ESB container from a Petals ESB JMX client, the value set for the attribute '
host' of the topology is returned.
In few case, a hostname instead of an IP address is set to '
host' but it is resolvable only by the host running the Petals ESB container (for example, the hostname is declared into '/etc/hosts', or see
PETALSWEBC-32). So, on a Petals ESB JMX client side, we can't use this IP address.
So, the improvement could be:
- only the IP address is exchange between Petals ESB container and Petals ESB JMX client,
- Petals ESB JMX clients are in charge of resolving IP address into a hostname if possible.