Bug 1012469 - Document: How to configure HornetQ for server discovery using JGroups
Summary: Document: How to configure HornetQ for server discovery using JGroups
Keywords:
Status: CLOSED DUPLICATE of bug 1089298
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Documentation
Version: 6.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: GA
: EAP 6.3.0
Assignee: Nidhi
QA Contact: Miroslav Novak
Russell Dickenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-09-26 14:07 UTC by Miroslav Novak
Modified: 2014-08-14 15:18 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-07-15 08:57:18 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1089298 0 unspecified CLOSED [Doc Feature] Chapter on Clusters should be added to HornetQ documentation 2021-02-22 00:41:40 UTC

Internal Links: 1089298

Description Miroslav Novak 2013-09-26 14:07:27 UTC
There is missing chapter (in Administration and Configuration Guide) describing alternative way of configuring server discovery using JGroups in messaging subsystem. More info about it can be found in community documentation [1].

Example of configuration for EAP 6.2 for broadcast group and discovery group:
                 <broadcast-groups>
                    <broadcast-group name="bg-group1">
                        <jgroups-stack>udp</jgroups-stack>
                        <jgroups-channel>udp</jgroups-channel>
                        <broadcast-period>2000</broadcast-period>
                        <connector-ref>
                            netty
                        </connector-ref>
                    </broadcast-group>
                </broadcast-groups>

                <discovery-groups>
                    <discovery-group name="dg-group1">
                        <jgroups-stack>udp</jgroups-stack>
                        <jgroups-channel>udp</jgroups-channel>
                        <refresh-timeout>10000</refresh-timeout>
                    </discovery-group>
                </discovery-groups>


[1] http://docs.jboss.org/hornetq/2.4.0.beta1/docs/user-manual/html_single/index.html#d0e10420

Comment 2 Miroslav Novak 2014-07-15 08:51:06 UTC
Thanks Nidhi! This topic is covered.


Note You need to log in before you can comment on or make changes to this bug.