We are using the failover transport, but still are getting the same exception, but in a different place (see stack trace):
org.apache.activemq.transport.failover.FailoverTransport Transport failed, attempting to automatically reconnect due to: java.io.EOFException java.io.EOFException at java.io.DataInputStream.readInt(DataInputStream.java:358) at org.apache.activemq.openwire.OpenWireFormat.unmarshal(OpenWireFormat.java:267) at org.apache.activemq.transport.tcp.TcpTransport.readCommand(TcpTransport.java:156) at org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:136) at java.lang.Thread.run(Thread.java:595) It happens after the message has been sent successfully, and the producer, session and connection are closed (in that order). What should one do to prevent it? Thanks, Branko -- View this message in context: http://www.nabble.com/Transport-failed%2C-attempting-to-automatically-reconnect-due-to%3A-java.io.EOFException-tf3349326s2354.html#a12264994 Sent from the ActiveMQ - User mailing list archive at Nabble.com.