Universal cache memory in infinispan

91 views Asked by At

How to use a universal Infinispan cache memory for 2 or 3 applications? It will be great help for me if anyone answers this question.

1

There are 1 answers

1
Henry On

Let say you have multiple application deployed in the same WildFly server: WebApp1 - Context application Application2 - Batch/jms application Application3 - processing application

Is is possible to have a global infinispan cache that all three apps can access at the same time?

For example WebApp1 generated some entries and save to global cache and Application2 and Application3 and access this same cache structure?