Skip to content

Instantly share code, notes, and snippets.

@damionjunk
Created May 15, 2013 17:31
Show Gist options
  • Save damionjunk/5585735 to your computer and use it in GitHub Desktop.
Save damionjunk/5585735 to your computer and use it in GitHub Desktop.
<broadcast-groups>
<broadcast-group name="bg-group2">
<jgroups-stack>${jgroups.stack:tcp}</jgroups-stack>
<jgroups-channel>${jgroups.channel:hq-cluster}</jgroups-channel>
<broadcast-period>2000</broadcast-period>
<connector-ref>netty</connector-ref>
</broadcast-group>
</broadcast-groups>
<discovery-groups>
<!-- For JGroups -->
<discovery-group name="dg-group2">
<jgroups-stack>${jgroups.stack:tcp}</jgroups-stack>
<jgroups-channel>${jgroups.channel:hq-cluster}</jgroups-channel>
<refresh-timeout>10000</refresh-timeout>
</discovery-group>
</discovery-groups>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment