Skip to content

Instantly share code, notes, and snippets.

@tobowers
Created March 29, 2013 20:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tobowers/5273327 to your computer and use it in GitHub Desktop.
Save tobowers/5273327 to your computer and use it in GitHub Desktop.
<subsystem xmlns='urn:jboss:domain:jgroups:1.1' default-stack='tcp'>
<stack name='tcp'>
<transport type='TCP' socket-binding='jgroups-tcp'/>
<protocol type='S3_PING' access_key='XXX' secret_access_key='XXX' location='XXXX' />
<protocol type='MERGE2'/>
<protocol type='FD_SOCK' socket-binding='jgroups-tcp-fd'/>
<protocol type='FD'/>
<protocol type='VERIFY_SUSPECT'/>
<protocol type='BARRIER'/>
<protocol type='pbcast.NAKACK'/>
<protocol type='UNICAST2'/>
<protocol type='pbcast.STABLE'/>
<protocol type='pbcast.GMS'/>
<protocol type='UFC'/>
<protocol type='MFC'/>
<protocol type='FRAG2'/>
<protocol type='RSVP'/>
</stack>
</subsystem>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment