[
https://issues.jboss.org/browse/AS7-3301?page=com.atlassian.jira.plugin.s...
]
Miroslav Novak commented on AS7-3301:
-------------------------------------
Great work, Andy.
You're right there is local-bind-port missing in description.
Attribute local-bind-address in broadcast-groups configuration is
ignored and 0.0.0.0 is always used
----------------------------------------------------------------------------------------------------
Key: AS7-3301
URL:
https://issues.jboss.org/browse/AS7-3301
Project: Application Server 7
Issue Type: Bug
Components: JMS
Affects Versions: 7.1.0.CR1
Reporter: Miroslav Novak
Assignee: Andy Taylor
Labels: eap6_prd_req
Fix For: 7.1.0.Final
When local-bind-address in broadcast-groups is set in messaging subsystem in
stantalone-ha.xml:
{code}
<broadcast-groups>
<broadcast-group name="bg-group-nodeA">
<local-bind-address>192.168.10.1</local-bind-address>
<group-address>231.8.8.8</group-address>
<group-port>9875</group-port>
<broadcast-period>5000</broadcast-period>
<connector-ref>netty</connector-ref>
</broadcast-group>
</broadcast-groups>
{code}
and server is started then "netstat -lnp | grep java" shows:
{code}
[jbossqa@station1 test-eap6]$ netstat -lnp | grep java
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
tcp 0 0 127.0.0.1:5455 0.0.0.0:* LISTEN
21181/java
tcp 0 0 127.0.0.1:9999 0.0.0.0:* LISTEN
21181/java
tcp 0 0 192.168.10.1:8080 0.0.0.0:* LISTEN
21181/java
tcp 0 0 192.168.10.1:4447 0.0.0.0:* LISTEN
21181/java
tcp 0 0 127.0.0.1:5445 0.0.0.0:* LISTEN
21181/java
tcp 0 0 127.0.0.1:9990 0.0.0.0:* LISTEN
21181/java
tcp 0 0 192.168.10.1:3528 0.0.0.0:* LISTEN
21181/java
udp 0 0 0.0.0.0:9875 0.0.0.0:*
21181/java
udp 0 0 0.0.0.0:40861 0.0.0.0:*
21181/java
udp 0 0 224.0.1.105:23364 0.0.0.0:*
21181/java
{code}
From this output it looks that hornetq is broadcasting on all interfaces.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira