[jboss-user] [JBoss Cache: Core Edition] - Remotely accessing JBossCache instance

2009-01-14 Thread OlliP
Hello, I need to access the JBossCache instance used by my application from several clients running in different VMs and different machines. Is there a way these clients can access the JBossCache instance through JGroups? Just some idea as I read that JBossCache for clustering makes use of

[jboss-user] [JBoss Cache: Core Edition] - Re: Remotely accessing JBossCache instance

2009-01-14 Thread OlliP
Oops. This is nice. Spares me from having to set up my own JTA transactions (to span both JMS and JBC) and I get improved performance through local caching as well ;-). I'm thinking of adding a Linda-style frontend to JBC similar to JavaSpaces. Will be a spare time effort. So I will have to see