1 Reply Latest reply on Jun 18, 2009 10:35 AM by ezhilsa

    Access JBoss Cache through EJB3 with clustering enabled

      I am very much new to JBoss caching.

      My requirement is be to expose the JBoss cache outside to another application server. I am planning to write stateless session EJB3 bean to access the JBoss cache and then expose using remote interface.

      I also plan to have clustering enabled with load balancing as well as fail over.

      I would be really delighted if somebody could help me on this.