i'm using activemq 5.2. the transportation is very reliable when i use tcp protocol.but it's always unreliable via http protocol. and i get the exception like this: java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:168) at org.mortbay.io.ByteArrayBuffer.readFrom(ByteArrayBuffer.java:384) at org.mortbay.io.bio.StreamEndPoint.fill(StreamEndPoint.java:107) at org.mortbay.jetty.bio.SocketConnector$Connection.fill(SocketConnector.java:198) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:287) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:209) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:407) at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:235) at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:526)
-- View this message in context: http://www.nabble.com/transportation-via-http-is-always-unreliable-and-the-queue-is-blocked-tp21398682p21398682.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
