[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - RemotingConnectionImpl and Mina Dependency
ataylor
do-not-reply at jboss.com
Thu Jun 12 04:40:07 EDT 2008
I'm planning (in the process of) abstracting the Mina dependency out of RemotingServiceImpl.
I will create a new Interface, 'Acceptor', that will handle anything that is transport specific. To start there will be 2 implementations 'MinaAcceptor' and 'INVMAcceptor' but obviously we'll have more once we implement HTTP, Servlet etc and it will also help once Trustin is ready to integrate Netty.
The RemotingService will also now be able to handle multiple acceptors.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157614#4157614
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4157614
More information about the jboss-dev-forums
mailing list