I am using Infinispan in a WildFly 8 server.
In my application I am using normal java threads and timers. So how can I use it in Infinispan distributed mode with 4 nodes and 2 owners?
My Problem: The thread wakes up every 15 mins in all nodes and inserting 4 times same data in DB. But I want single thread for all nodes.