This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Separate cluster groupsrachmato Nov 14, 2012 3:49 PM (in response to maxmil)1 of 1 people found this helpfulIf you're using UDP as a transport, using different multicast addresses (jboss.default.multicast.address) for each group should do the trick. 
- 
        2. Re: Separate cluster groupsmaxmil Nov 15, 2012 12:42 PM (in response to rachmato)I'm using embedded caches rather than the built in JBoss infinispan cache. I think that jboss.default.multicast.address applies only to the built in infinispan cache. However i seem to have found a solution, by storing node names in the database i can set the System property jgroups.udp.mcast_addr before starting jgroups which keeps them separate. This parameter could alternatively be passed to each JVM. 
 
    