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
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.