Re: JTA Ignite Container Managed Transaction Query

2021-10-16 Thread Vikram Pancholi
> > Hi, >I am trying to setup Ignite as a Read -Write though cache backed by a > RDBMS database.I created a sample project with Wildfly 8.X here > > > https://github.com/vikramp/ignite-test/blob/master/cmt/src/main/java/org/jboss/as/quickstarts/cmt/cache/CacheInitializer.java > > I have a query

Ignite as Event Bus or a message service

2021-11-02 Thread Vikram Pancholi
Hi, Ignite documentation mentions using the cluster for pub-sub or p2p messaging delivery with ordering etc. But it doesnt talk about Transaction guarantees or message delivery guarantees i.e. at least once or exactly once. Any pointers to the detailed messaging specs ? Regards Vikram

Re: Exception for Eviction Policy on Selected Cache

2021-11-03 Thread Vikram Pancholi
"LruEvictionPolicy lruEvictionPolicy = *new* LruEvictionPolicy(1); " Howz this linked to the cache definition you have done ? BR On Wed, Nov 3, 2021 at 10:31 AM Gurmehar Kalra wrote: > Hi, > > > > I am getting below stated exception , when trying to run 2 Nodes as server > , > I have around

Re: Exception for Eviction Policy on Selected Cache

2021-11-03 Thread Vikram Pancholi
Have you tried to implement the eviction policy injection without using lambda ? Also in the cache definitions that work well are you using the same pattern to set the eviction policy ? Regards Vikram Pancholi > On 3 Nov 2021, at 10.57, Gurmehar Kalra wr