You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Eoghan Glynn (JIRA)" <ji...@apache.org> on 2009/12/01 13:05:52 UTC

[jira] Created: (SMX4-438) Change out-of-the-box etc/activemq-broker.xml to listen on tcp://0.0.0.0:61616 instead of tcp://localhost:61616

Change out-of-the-box etc/activemq-broker.xml to listen on tcp://0.0.0.0:61616 instead of tcp://localhost:61616
---------------------------------------------------------------------------------------------------------------

                 Key: SMX4-438
                 URL: https://issues.apache.org/activemq/browse/SMX4-438
             Project: ServiceMix 4
          Issue Type: Task
            Reporter: Eoghan Glynn
            Assignee: Eoghan Glynn
             Fix For: 4.1.0


The default ActiveMQ behaviour for localhost-based broker URLs was changed in 5.3 so that it will only listen literally on the loop-back address (127.0.0.1).

As a result, remote clients will not be able to connect to the broker. Neither will local clients on Windows that use the literal hostname in their broker URL instead of localhost.

The default broker URL should be updated to tcp://0.0.0.0:61616 to avoid this issue.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SMX4-438) Change out-of-the-box etc/activemq-broker.xml to listen on tcp://0.0.0.0:61616 instead of tcp://localhost:61616

Posted by "Eoghan Glynn (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eoghan Glynn resolved SMX4-438.
-------------------------------

    Resolution: Fixed

Fixed in: http://svn.apache.org/viewvc?view=revision&revision=885753

> Change out-of-the-box etc/activemq-broker.xml to listen on tcp://0.0.0.0:61616 instead of tcp://localhost:61616
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: SMX4-438
>                 URL: https://issues.apache.org/activemq/browse/SMX4-438
>             Project: ServiceMix 4
>          Issue Type: Task
>            Reporter: Eoghan Glynn
>            Assignee: Eoghan Glynn
>             Fix For: 4.1.0
>
>
> The default ActiveMQ behaviour for localhost-based broker URLs was changed in 5.3 so that it will only listen literally on the loop-back address (127.0.0.1).
> As a result, remote clients will not be able to connect to the broker. Neither will local clients on Windows that use the literal hostname in their broker URL instead of localhost.
> The default broker URL should be updated to tcp://0.0.0.0:61616 to avoid this issue.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.