5.2.2.5. Global Configuration Examples
5.2.2.5.1. Globally Configure the Transport Layer Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
A commonly used configuration option is to configure the transport layer. This informs JBoss Data Grid how a node will discover other nodes:
GlobalConfiguration globalConfig = new GlobalConfigurationBuilder() .globalJmxStatistics() .build();
GlobalConfiguration globalConfig = new GlobalConfigurationBuilder()
.globalJmxStatistics()
.build();