[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: New wireformat

timfox do-not-reply at jboss.com
Thu Feb 1 10:05:41 EST 2007


I am now catching network exceptions in DelegateSupport:


  | else if ((t instanceof CannotConnectException) || (t instanceof IOException))
  |       {
  |          return new MessagingNetworkFailureException((Exception)t);
  |       }
  | 

And wrapping them in a JMSException subtype so they can reach the FailoverInterceptor.

This seems to work. Well most if the clustering tests run through now, although I am getting spurious failures where the test just times out and no failover seems to have occurred. Need to investigate further.

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

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



More information about the jboss-dev-forums mailing list