3 Replies Latest reply on May 6, 2009 5:26 AM by manik

    How to access multiple jboss cache instances

    sridhar_ratna

      Hi,

      I have multiple jboss cache instances in my network. Data into these caches are distributed by various applications by some logic.

      As part of the EOD business process activity, i need to get data from many of the indivisual jboss cache instances and modify(save, delete, update) data in a single transaction.

      I cant to replication because data is very huge in each cache instance. If replicated, there will not be any more memory or disk space in the systems.

      Can anybody help me in how to access and operate on multiple jboss cache instances in a single transaction.

      Please help me.