Hi, I am using ActiveMQ 5.8.0 and whenever a client disconnects, I get the following exceptions in the logs,
2013-06-05 14:39:05,459 | WARN | Transport Connection to: tcp://<client_ip>:11801 failed: java.io.IOException: Connection reset by peer | org.apache.activemq.broker.TransportConnection.Transport | ActiveMQ NIO Worker 7 2013-06-05 14:39:05,471 | WARN | Transport Connection to: tcp://<client_ip>:17881 failed: java.io.IOException: Connection reset by peer | org.apache.activemq.broker.TransportConnection.Transport | ActiveMQ NIO Worker 7 What does these exceptions refer and how they could be avoided. Thanks Manu -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-Transport-connection-java-io-EOFException-tp4667927.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.
