This content has been marked as final.
Show 1 reply
-
1. Re: using JbossMQ's MessageCache standalone?
genman Jun 18, 2007 7:29 PM (in response to justinmiller)There is JBoss Cache, the page is here: http://labs.jboss.com/jbosscache/
To emulate the JBossMQ cache, all you have to come up with is some sort of eviction policy that evicted entries if the free memory was below some threshold.