Skip to content

Instantly share code, notes, and snippets.

@maniksurtani
Created September 16, 2013 22:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maniksurtani/8c7238dae7921d2c883e to your computer and use it in GitHub Desktop.
Save maniksurtani/8c7238dae7921d2c883e to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<RelayConfiguration xmlns="urn:jgroups:relay:1.0">
<sites>
<site name="LON" id="0">
<bridges>
<bridge config="jgroups-relay2.xml" name="global"/>
</bridges>
</site>
<site name="NYC" id="1">
<bridges>
<bridge config="jgroups-relay2.xml" name="global"/>
</bridges>
</site>
<site name="SFO" id="2">
<bridges>
<bridge name="global" config="jgroups-relay2.xml"/>
</bridges>
</site>
</sites>
</RelayConfiguration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment