I’m working on chat implementation. The idea is very simple there is map with where keys are userNames and values are queue of messages which should be delivered to user
In our production environment we have three JBoss servers loadbalanced for application requests, client applications session has been maintained JBoss-cache with clustered enabled to make sure that al
I am new on JBossCache. Reading the user documentation it says that a listener could be added to the Eviction class used, but I wasn\'t able to found how to do add one to the configuration file, or ho
We have some production JBoss 5.0.1.GA servers and from time to time we got this error Caused by: org.jboss.cache.lock.TimeoutException: Unable to acquire lock on Fqn [/persistence.unit:unitName=z-e
开发者_如何学CJBossCache creates uniqueId\'s used for the JMX beans. If I look via JMX at jboss.cache:service=JBossCache I see something randomly generated like \"12e4860e\", \"170278e5\" ... Now havi
开发者_C百科I\'m trying to use JBossCache as a JPA/Hibernate 2nd level cache provider to cache repeatedly called queries. The queries return entities of a specific type, lets call it FooType.
My company wants to investigate the option of launching one java app that simply configures and starts a cache on an app server, then have a separate stand alone app call that instance from the first
We are using tree cache in jboss 4.2.x, we are planning to s开发者_JS百科witch to jboss6.x, will jboss 6.x supports tree cache?From the JBoss Wiki:
We are setting up a Jboss cluster and we are building an own distributed cache solution built upon Jboss cache (Cant use it as 2nd level cache to ORM layer in our case). We want to use invalidation an
I am using JBoss EAP 4.3. I\'m currently looking into the different options for concurrency strategy when using the built-in JBoss TreeCache as a second level cache for Hibernate. I have set it up a