[jboss-user] [MQ] - Re: Weird behavior with ping timeouts

2009-10-02 Thread vishnukn
in my case , my jboss is not in clustered, but why should it need to do the ping and pong, is there some thing i need to do in the configuration to stop this. | 2009-10-02 03:04:53,140 WARN [org.jboss.mq.Connection] Connection failure, use javax.jms.Connection.setExceptionListener() to

[jboss-user] [MQ] - Re: Weird behavior with ping timeouts

2009-10-02 Thread b.eckenfels
First of all, you abolsutely must register an error listener if you want to recover from problems. Usual reasons for this pong timeout are: - long garbage collection times in one of the participating JVMs - delays in the database when you use jdbc persistence - network problems - os