Skip to content

Instantly share code, notes, and snippets.

@tristantarrant
Created March 5, 2019 13:14
<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