GitHub user grahamlittle opened a pull request: https://github.com/apache/camel/pull/5
Update camel-core/src/main/java/org/apache/camel/management/DefaultManag... ...ementAgent.java https://issues.apache.org/jira/browse/CAMEL-5127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel serviceUrl in JMX remote connection should use 0.0.0.0 instead of localhost DEFAULT_HOST updated to 0.0.0.0 as requested by change request. createMBeanServer() updated to remove code attempting to lookup hostname as we will always use 0.0.0.0 now NB: Where multiple network cards exist, the utilisation of 0.0.0.0 may result in any network card being used. You can merge this pull request into a Git repository by running: $ git pull https://github.com/grahamlittle/camel patch-1 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/5.patch ---- commit 70ac5695338b2c3057459cad4304f8113b0e70ef Author: Graham Little <graham.lit...@outlook.com> Date: 2012-09-27T01:44:34-07:00 Update camel-core/src/main/java/org/apache/camel/management/DefaultManagementAgent.java https://issues.apache.org/jira/browse/CAMEL-5127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel serviceUrl in JMX remote connection should use 0.0.0.0 instead of localhost DEFAULT_HOST updated to 0.0.0.0 as requested by change request. createMBeanServer() updated to remove code attempting to lookup hostname as we will always use 0.0.0.0 now NB: Where multiple network cards exist, the utilisation of 0.0.0.0 may result in any network card being used. ----