[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Messaging 1.2.0 integration with JBoss 5.0.Beta
bstansberry@jboss.com
do-not-reply at jboss.com
Sat Feb 17 23:45:17 EST 2007
"scott.stark at jboss.org" wrote : "bstansberry at jboss.com" wrote : There's a JIRA for shared web sessions that I'll do for 5.0 that in default would use JBoss Cache in LOCAL (non-replicated) mode. Even in local mode JBC requires jgroups on the classpath, so jgroups.jar is very likely to end up in server/default/lib anyway.
|
| Why is that?
|
Why is jgroups required even in LOCAL mode? Basically because JBC is very tightly coupled to JGroups. In 1.x, TreeCache is actually a subclass of the JGroups RpcDispatcher (not in 2.0, but RpcDispatcher is still imported). From that, the class that represents an invocation through the JBC interceptors is a subclass of a JGroups MethodCall. The JGroups View class pops up here and there too.
There's a JIRA to eliminate the coupling but IIRC it's not on anything but a long term roadmap.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018416#4018416
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4018416
More information about the jboss-dev-forums
mailing list