WildFly Clustering without Multicast: Difference between revisions
Jump to navigation
Jump to search
(→Manual) |
|||
Line 23: | Line 23: | ||
===CLI=== | ===CLI=== | ||
<pre> | |||
/subsystem=jgroups:write-attribute(name=default-stack,value=tcp) | |||
</pre> | |||
Note that the operation requires reload (see [[reload]]) | |||
==Replace the MPING protocol with TCPPING== | ==Replace the MPING protocol with TCPPING== |
Revision as of 02:40, 24 February 2016
External
- How do I switch clustering to TCP instead of multicast UDP in EAP 6? https://access.redhat.com/solutions/140103
Internal
Procedure
Switch to a "tcp" Default Stack
Manual
Locate the "jgroups" subsystem in standalone.xml or domain.xml relevant profile, and set default-stack value to "tcp":
... <subsystem xmlns="urn:jboss:domain:jgroups:1.1" default-stack="tcp"> ...
CLI
/subsystem=jgroups:write-attribute(name=default-stack,value=tcp)
Note that the operation requires reload (see reload)