Hello,
I have the following problem: In a cluster of two nodes (both jboss 4.0.3 sp1), I use MDBs and SLSBs sending messages to the MDBs. For this, the SLSBs use the following code to access a queue connection:
InitialContext initialContext = new InitialContext(); QueueConnectionFactory qcf = (QueueConnectionFactory) initialContext.lookup("java:/JmsXA"); QueueConnection qc = qcf.createQueueConnection();
2009-06-17 19:43:28,455 WARN (Connection Monitor Thread) [org.jboss.mq.Connection] Connection failure, use javax.jms.Connection.setExceptionListener() to handle this error and reconnect
org.jboss.mq.SpyJMSException: No pong received; - nested throwable: (java.io.IOException: ping timeout.)