[jboss-jira] [JBoss JIRA] (AS7-3881) HornetQ configurations for broadcast and discovery groups do not use socket bindings

Jason Greene (JIRA) jira-events at lists.jboss.org
Thu Feb 23 16:58:38 EST 2012


     [ https://issues.jboss.org/browse/AS7-3881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Greene updated AS7-3881:
------------------------------

    Fix Version/s: 7.1.2.Final
                       (was: 7.1.1.Final)


This issue is being relocated to 7.1.2 so that 7.1.1 only contains criticals, blockers, and EAP LA issues (which are probably not yet at the right status, or need an extra triage pass).

If these issues are completed in a 7.1.1 timeframe please change the fix version. Although if you forget I will bulk correct.
                
> 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

        


More information about the jboss-jira mailing list