Hi guys, first off, well done on a great product. I've been evaluating EHCache versus JBoss PojoCache for use in a bond pricing system and in my opinion PojoCache wins hands down. EHCache can't replicate object graph's, so its pretty much a non-starter for me.
I want to use PojoCache in a client/server architecture where a central server manages all my state, and broadcasts this to my clients. However, due to the network topology and rules at my employer, I cannot use multicast messaging.
Is it possible to replicate a pojo cache via JMS? This seems like a fairly common use-case to me.
thanks
Nick