Este contenido no está disponible en el idioma seleccionado.

29.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 29.1. Configure Server Hinting in Remote Client-Server Mode

<subsystem xmlns="urn:jboss:domain:jgroups:1.1"
	   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>
Copy to Clipboard Toggle word wrap
  1. Find the JGroups subsystem configuration
  2. Enable Server Hinting via the transport Element
    1. Set the site ID using the site parameter.
    2. Set the rack ID using the rack parameter.
    3. Set the machine ID using the machine parameter.
Volver arriba
Red Hat logoGithubredditYoutubeTwitter

Aprender

Pruebe, compre y venda

Comunidades

Acerca de la documentación de Red Hat

Ayudamos a los usuarios de Red Hat a innovar y alcanzar sus objetivos con nuestros productos y servicios con contenido en el que pueden confiar. Explore nuestras recientes actualizaciones.

Hacer que el código abierto sea más inclusivo

Red Hat se compromete a reemplazar el lenguaje problemático en nuestro código, documentación y propiedades web. Para más detalles, consulte el Blog de Red Hat.

Acerca de Red Hat

Ofrecemos soluciones reforzadas que facilitan a las empresas trabajar en plataformas y entornos, desde el centro de datos central hasta el perímetro de la red.

Theme

© 2025 Red Hat