Skip to content

Instantly share code, notes, and snippets.

@tristantarrant
Created March 5, 2019 13:14
Show Gist options
  • Save tristantarrant/79873a491efa530ae19d2f0e2dc046df to your computer and use it in GitHub Desktop.
Save tristantarrant/79873a491efa530ae19d2f0e2dc046df to your computer and use it in GitHub Desktop.
<infinispan>
<jgroups>
<stack name="xsite" extends="udp">
<relay.RELAY2 site="LON" xmlns="urn:org:jgroups"/>
<remote-sites default-stack="tcp">
<remote-site name="NYC"/>
</remote-sites>
</stack>
</jgroups>
<cache-container name="clustered">
<!-- Use the stack -->
<transport cluster="cluster" stack="xsite"/>
...
</cache-container>
</infinispan>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment