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

2007-06-08 Thread hskiran
Hi njain15, I am still interested in this topic. I will try your solution and let you know the result. Thanks for the info. Bye hskiran View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052406#4052406 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Servlet destroy() method not called when using Jboss Service

2007-02-23 Thread hskiran
Hello All, I have an StartUpServlet, with some cleanup code in the destroy() method. On normal shutdown of the application server (e.g using crtl+c) the destroy method is called, but while stopping the Jboss using Service (e.g net stop jboss), the destroy method is not called. Any opinion as

[jboss-user] [Messaging, JMS JBossMQ] - Re: ping timeout after successful reconnect to server

2006-12-14 Thread hskiran
Hi Cathernilo, Even I am facing the same problem, the pong timeout exception which u received. If you have the full implementation of the ExceptionListenerImpl class, can you pls paste it here. Thanks. hskiran View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp

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

2006-12-13 Thread hskiran
Hi Byorn, Thank you for the response. We write our own logic using Timer to schedule the JOBS. Once the Jobs are activated it is handed over to JMS framework to execute these jobs. Here is a code snippet. qConnection = qConnectionFactory.createQueueConnection(); q=Session=

[jboss-user] [Messaging, JMS JBossMQ] - java.io.IOException: Client is not connected

2006-11-13 Thread hskiran
Hello members, I am getting the following exception during following scenarios: 1. If the date/time on the JBOSS server machine changes (example during day light saving time changes) 2.When network connection abrubtly disconnects and reconnects. I am using 4.0.2 (build: CVSTag=JBoss_4_0_2