[jboss-jira] [JBoss JIRA] Reopened: (JBAS-8026) HornetQ group-address and port configurations for discovery and broadcast groups should use ServiceBindingManager
Jason Greene (JIRA)
jira-events at lists.jboss.org
Thu Apr 21 14:26:48 EDT 2011
[ https://issues.jboss.org/browse/JBAS-8026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jason Greene reopened JBAS-8026:
--------------------------------
Due to feedback from the community, I have split the AS7 and AS6 projects and reopened all unscheduled AS6 issues that are a year or less old. This will make it easier community members to find and work on them.
Future releases beyond 6.1 can be done provided a community member steps up to coordinate them.
> HornetQ group-address and port configurations for discovery and broadcast groups should use ServiceBindingManager
> ------------------------------------------------------------------------------------------------------------------
>
> Key: JBAS-8026
> URL: https://issues.jboss.org/browse/JBAS-8026
> Project: Legacy JBoss Application Server 6
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: JMS (HornetQ)
> Reporter: jaikiran pai
> Assignee: Clebert Suconic
> Fix For: No Release
>
>
> Currently the discovery group and the broadcast group in hornetq-configuration.xml in AS are used for configuring the group-address and the port:
> <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 connector-name="netty"/>
> </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-group>
> The ServiceBindingManager http://community.jboss.org/wiki/AS5ServiceBindingManager should instead be used for these properties.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list