There was an error while loading. Please reload this page.
To distribute the execution of tasks using infinispan, change the execution engine to InfinispanExecutionEngine, to do that follow this steps
<dependency> <groupId>com.github.dexecutor</groupId> <artifactId>dexecutor-infinispan</artifactId> <version>LATEST_RELEASE</version> </dependency>
Refer this example for more detail
Refer this Stackoverflow thread for more insight
Refer this blog for more detail