-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Nadeem Mohammad edited this page Sep 10, 2016
·
11 revisions
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