[jboss-user] [Messaging, JMS & JBossMQ] - Re: JMS Framework Stops on changing System Time

adrian@jboss.org do-not-reply at jboss.com
Fri May 25 04:56:57 EDT 2007


"njain15" wrote : 
  | One of the possible approach to fix the issue is to register a javax.jms.ExceptionListener with the JMS connection. This listener is notified whenever JMS system encounters any error with the connection. During call back, you should recreate the connection and all the associated JMS objects.
  | 

You should always do this (except for trivial uses of JMS).

The comments about ping are irrelevant. The reason for the IOE is at the
operating system level (and the read timeout).
Some operating systems will say that the read timed out and close the tcp/ip socket
when you change the clock because they use absolute time rather than relative time.

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

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



More information about the jboss-user mailing list