You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Rob Davies (JIRA)" <ji...@apache.org> on 2009/07/28 16:48:33 UTC

[jira] Resolved: (AMQ-2319) Specifying an IP in a transport URI doesn't make the resulting listen socket use that IP only

     [ https://issues.apache.org/activemq/browse/AMQ-2319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Davies resolved AMQ-2319.
-----------------------------

       Resolution: Duplicate
    Fix Version/s: 5.3.0

> Specifying an IP in a transport URI doesn't make the resulting listen socket use that IP only
> ---------------------------------------------------------------------------------------------
>
>                 Key: AMQ-2319
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2319
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Transport
>    Affects Versions: 5.2.0
>         Environment: Linux jdk6
>            Reporter: Marshall Pierce
>            Priority: Minor
>             Fix For: 5.3.0
>
>
> The following configuration
> <transportConnector name="openwire" uri="tcp://127.0.0.1:61616" />
> yields the following output from netstat:
> tcp6       0      0 :::61616                :::*                    LISTEN     6528/java
> Instead of listening on :: (the ipv6 equivalent of 0.0.0.0), it should only listen on 127.0.0.1

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