[
https://issues.jboss.org/browse/AS7-3881?page=com.atlassian.jira.plugin.s...
]
Brian Stansberry commented on AS7-3881:
---------------------------------------
This is really just a config file issue; since 7.0.1 or 7.0.2 the xsd and the subsystem
support using socket bindings for these configurations. The config files are just using
the legacy configuration style from 7.0.0.
HornetQ configurations for broadcast and discovery groups do not use
socket bindings
------------------------------------------------------------------------------------
Key: AS7-3881
URL:
https://issues.jboss.org/browse/AS7-3881
Project: Application Server 7
Issue Type: Bug
Reporter: Shelly McGowan
Assignee: Brian Stansberry
Labels: eap6
Fix For: 7.1.2.Final
HornetQ configurations for broadcast and discovery groups do not use socket bindings.
Every configurations values related to ports or addresses should use socket bindings. For
example see configurations for JGrpups, ...
standalone/configuration/standalone-full-ha.xml
HornetQ
{code}
<broadcast-groups>
<broadcast-group name="bg-group1">
<group-address>231.7.7.7</group-address>
<group-port>9876</group-port>
<broadcast-period>5000</broadcast-period>
<connector-ref>netty</connector-ref>
</broadcast-group>
</broadcast-groups>
<discovery-groups>
<discovery-group name="dg-group1">
<group-address>231.7.7.7</group-address>
<group-port>9876</group-port>
<refresh-timeout>10000</refresh-timeout>
</discovery-group>
</discovery-groups>
....
{code}
{code}
<socket-binding-group name="standard-sockets"
default-interface="public"
port-offset="${jboss.socket.binding.port-offset:0}">
...
<socket-binding name="jgroups-diagnostics" port="0"
multicast-address="224.0.75.75" multicast-port="7500"/>
<socket-binding name="jgroups-mping" port="0"
multicast-address="${jboss.default.multicast.address:230.0.0.4}"
multicast-port="45700"/>
...
{code}
--
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