This content has been marked as final.
Show 2 replies
-
1. Re: JBoss Remoting 3 in JBoss AS 6.0.0.GA?
ron_sigal Dec 14, 2010 5:39 PM (in response to okr2004)Hi Oliver,
AS 6 will ship with Remoting version 2.5.3, I believe. AS 7 will ship with some version of Remoting 3.
Remoting 3 is a completely different code base from Remoting 2, with a completely different set of concepts. I think the properties that will be most noticeable externally are:
1. Connections are symmetric. That is, once a connection is established from host A to host B, it can be used to send from B to A as well. The asymmetry of callbacks will be gone.
2. The default transport will support multiple "conversations". So, in principle, it should be possible for a server to support all its services with a single port. Administrators will be happy.
-Ron
-
2. Re: JBoss Remoting 3 in JBoss AS 6.0.0.GA?
okr2004 Dec 15, 2010 2:14 PM (in response to ron_sigal)Thanks for your answer. So we have to change our article. ;-)
Oliver