5.2.2.5.3. Globally Customize Thread Pool Executors
Some JBoss Data Grid features are powered by a group of thread pool executors. These executors can be customized at the global level as follows:
GlobalConfiguration globalConfig = new GlobalConfigurationBuilder()
.replicationQueueScheduledExecutor()
.factory(DefaultScheduledExecutorFactory.class)
.addProperty("threadNamePrefix", "RQThread")
.build();