0 Replies Latest reply on Mar 31, 2010 7:33 AM by vnekkanti.09

    SpyJMSException

    vnekkanti.09

      We are using JBOSS 4.0.0. RC1. The in-built feature of messaging, which is JBOSS MQ is being used to send messages. Frequently, we are encountered with  the following exception while trying to transmit messages to n number of destinations.

       

      org.jboss.mq.SpyJMSException: Connection Failed; - nested throwable: (java.io.IOException: ping timeout.)
      at org.jboss.mq.Connection.asynchFailure(Connection.java:436)
      at org.jboss.mq.Connection$PingTask.run(Connection.java:1385)
      at EDU.oswego.cs.dl.util.concurrent.ClockDaemon$RunLoop.run(ClockDaemon.java:364)
      at java.lang.Thread.run(Thread.java:534)
      Caused by: java.io.IOException: ping timeout.
      at org.jboss.mq.Connection$PingTask.run(Connection.java:1377)

       

      Any suggestions?