Created
March 5, 2019 13:14
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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