Skip to content

Instantly share code, notes, and snippets.

@tristantarrant
Created March 5, 2019 12:30
Show Gist options
  • Save tristantarrant/949d20559db80424c4d895cc873ce69c to your computer and use it in GitHub Desktop.
Save tristantarrant/949d20559db80424c4d895cc873ce69c to your computer and use it in GitHub Desktop.
<infinispan>
<jgroups>
<!-- Load external JGroups stacks -->
<stack-file name="jgroups-udp" path="jgroups-udp.xml"/>
</jgroups>
<cache-container name="clustered">
<!-- Use the stack -->
<transport cluster="cluster" stack="jgroups-udp"/>
...
</cache-container>
</infinispan>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment