This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Switching from multicast to unicast clusterrhusar Feb 28, 2019 7:45 AM (in response to stephan_b)You can switch the used channel to use TCP stack instead (by default it uses multicast for discovery). Use the following CLI command: /subsystem=jgroups/channel=ee:write-attribute(name=stack,value=tcp) 
- 
        2. Re: Switching from multicast to unicast clusterstephan_b Feb 28, 2019 4:12 PM (in response to rhusar)The command was a little different for me, but that might be my version of WildFly vs yours. Thanks! /subsystem=jgroups:write-attribute(name=default-stack,value=tcp) 
 
    