2 Replies Latest reply on Nov 26, 2015 8:15 AM by galder.zamarreno

    Forcing distributed cache on different hosts

    developer251

      Hi all!

      I'm going to set up a cluster which uses Infinispan distribution (default) strategy with 2 owners. I'd like to force Infinispan hashing to keep copies on different Domain's hosts. Do you think this setting in WildFly configuration would do that ?

      <subsystem xmlns="urn:jboss:domain:jgroups:2.0" default-stack="udp">
          <stack name="udp">
              <transport type="UDP" socket-binding="jgroups-udp"
                  machine="${jboss.host.name}" />
          . . . .
      
      

      Thanks!

      Max