Configure a clustered cache using a pre-configured JGroups file

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 1509

This topic has not yet been written. The content below is from the topic description.
Use one of the pre-configured JGroups files Infinispan ships with a few different JGroups files (packaged in infinispan-core.jar) which means they will already be on your classpath by default.  All you need to do is specify the file name, e.g., instead of jgroups.xml above, specify jgroups-tcp.xml.   The configurations available are:   jgroups-udp.xml - Uses UDP as a transport, and UDP multicast for discovery.  Usually suitable for larger (over 100 nodes) clusters or if you are using replication or invalidation.  Minimises opening too many sockets. jgroups-tcp.xml - Uses TCP as a transport and UDP multicast for discovery.  Better for smaller clusters (under 100 nodes) only if you are using distribution, as TCP is more efficient as a point-to-point protocol jgroups-ec2.xml - Uses TCP as a transport and S3_PING for discovery.  Suitable on Amazon EC2 nodes where UDP multicast isn't available.