[jboss-dev-forums] [Design of EJB 3.0] - Unifying the remoting transport in jbossas
scott.stark@jboss.org
do-not-reply at jboss.com
Tue Dec 5 20:02:51 EST 2006
Why shouldn't we integrate the ejb3 transport handler into the main connector unning on port 4446 rather than creating a separate socket?
| <mbean code="org.jboss.remoting.transport.Connector"
| name="jboss.remoting:service=Connector,transport=socket"
| display-name="Socket transport Connector">
| ...
| <handlers>
| <!-- can also specify handler by fully qualified classname -->
| <handler subsystem="invoker">jboss:service=invoker,type=unified</handler>
| <handler subsystem="AOP">org.jboss.aspects.remoting.AOPRemotingInvocationHandler</handler>
| </handlers>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991507#3991507
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991507
More information about the jboss-dev-forums
mailing list