I'd like to use JGroups replication w/ EHCache and also share the communication channel with my own app. What's the recommended way to do this? (Similar to JBoss's "shared transport" feature)
I was thinking that JGroupsCacheManagerPeerProviderFactory might have public methods to access the Channel object, but did not see these.
Thanks!