This is probably a dumb question, but I'm still getting my head around the JMS 
Facade interceptor architecture, so please be kind ;)

Client side interceptor stacks are currently created in the corresponding 
server side delegate implementation.

E.g. ServerConnectionDelegate creates the "SessionStack" interceptor stack in 
the createSessionDelegate() method.

In the JBoss 4.0 messaging implementation, the client stack gets created in the 
FactoryInterceptor on the client side. 

I was just wondering why it's been chosen to create the client interceptor 
stack on the server side and passing it back to the client, rather than use a 
client side factory interceptor to do this?

Also I wasn't sure how the SessionDelegate proxy created in the 
ServerConnectionDelegate.createSessionDelegate() method gets back to the client 
side since it doesn't seem to be serializable.

-Tim



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872148#3872148

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872148


-------------------------------------------------------
This SF.net email is sponsored by Demarc:
A global provider of Threat Management Solutions.
Download our HomeAdmin security software for free today!
http://www.demarc.com/info/Sentarus/hamr30
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to