You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Gary Tully (JIRA)" <ji...@apache.org> on 2010/08/06 16:19:48 UTC

[jira] Resolved: (AMQ-2059) transport via http protocol is unreliable

     [ https://issues.apache.org/activemq/browse/AMQ-2059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Tully resolved AMQ-2059.
-----------------------------

    Resolution: Cannot Reproduce

seems more like a comment than a bug report. Check out 5.4 in any event, there has been a bunch of work on the http transport.

> transport via http protocol is unreliable
> -----------------------------------------
>
>                 Key: AMQ-2059
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2059
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Transport
>    Affects Versions: 5.2.0
>         Environment: windows xp ,jdk 6.0 ,activemq 5.2
>            Reporter: 薛诚颉
>             Fix For: 5.4.0
>
>   Original Estimate: 1 hour
>  Remaining Estimate: 1 hour
>
> 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)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.