jboss-cache
Clustered chat implementation based on Queue
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[详细]
2023-04-10 18:49 分类:问答JBoss Cache Cluster Issue
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[详细]
2023-04-09 13:35 分类:问答JBossCache eviction listener
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[详细]
2023-04-06 17:16 分类:问答JBoss: Unable to acquire lock on Fqn
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[详细]
2023-04-01 16:39 分类:问答JBossCache: setting uniqueid for proper JMX monitoring
开发者_如何学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[详细]
2023-03-29 00:31 分类:问答Understanding JBossCache - Caching an object graph with many associations
开发者_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.[详细]
2023-03-23 18:55 分类:问答JBossCache - Access cache from separate Java app
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[详细]
2023-03-11 13:02 分类:问答Tree cache in jboss 6.x
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:[详细]
2023-03-02 09:04 分类:问答JBoss TreeCache vs PojoCache when using invaludation rather than replication
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[详细]
2023-02-11 16:27 分类:问答Concurrency strategy configuration for JBoss TreeCache as 2nd level Hibernate cache
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[详细]
2023-02-10 05:49 分类:问答