[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Remoting 2.5.1
ron.sigal@jboss.com
do-not-reply at jboss.com
Wed Apr 15 04:45:15 EDT 2009
Hi guys,
I've just tagged Remoting 2.5.1 for AS 5.1.0.CR1. There's a jboss-remoting jar at
* http://repository.jboss.com/jboss/remoting/2.5.1/lib/
and a jboss-remoting-2.5.1.jar at
* https://svn.jboss.org/repos/repository.jboss.org/maven2/org/jboss/remoting/jboss-remoting/2.5.1/ .
The new version has several JBossMessaging related fixes that have arisen in support cases lately. As Howard well knows. :)
The one change needed in JBossMessaging (that Howard hasn't, as far as I know, already done), is this: ServerConnectionEndpoint.closeCallbackClient() should call
| callbackHandler.shutdown();
|
instead of
| callbackHandler.getCallbackClient().disconnect();
|
-Ron
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225551#4225551
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4225551
More information about the jboss-dev-forums
mailing list