Show Table of Contents
34.2. Configure Server Hinting (Remote Client-Server Mode)
In Red Hat JBoss Data Grid's Remote Client-Server mode, Server Hinting is configured in the JGroups subsystem on the
transport element for the default stack, as follows:
Procedure 34.1. Configure Server Hinting in Remote Client-Server Mode
<subsystem xmlns="urn:jboss:domain:jgroups:3.0"
default-stack="${jboss.default.jgroups.stack:udp}">
<stack name="udp">
<transport type="UDP"
socket-binding="jgroups-udp"
site="${jboss.jgroups.transport.site:s1}"
rack="${jboss.jgroups.transport.rack:r1}"
machine="${jboss.jgroups.transport.machine:m1}">
<!-- Additional configuration elements here -->
</transport>
</stack>
</subsystem>- Find the JGroups subsystem configuration
- Enable Server Hinting via the
transportElement- Set the site ID using the
siteparameter. - Set the rack ID using the
rackparameter. - Set the machine ID using the
machineparameter.

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.