You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am using activeMQ as full featured broker. I Have deployed my spring application on Tomcat 8.0.8 I am sending very large messages and I do it in separate Thread(about 230000 stomp messages in while loop). When I use Chrome, or Firefox in activeMQ console I see that messages are being consumed almost instantly. Problem as always is IE. I can se that it stoppes to consume messages(after about 1000) , and my tomcat fails. at java.lang.Thread.run(Thread.java:722) aused by: org.apache.catalina.connector.ClientAbortException: java.io.IOExcepti n: An existing connection was forcibly closed by the remote host at org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffe .java:396) at org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:426) at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java: 42) at org.apache.catalina.connector.OutputBuffer.flush(OutputBuffer.java:31 ) etc....
Is IE such slow consumer by default or ? I have tried with numerous slow consumer politic with activeMQ but without success. Is SockJS thread safe?
Please help
Marko
The text was updated successfully, but these errors were encountered:
hi since this is not related to the sample, could you re-post on StackOverflow and I'll respond there? You can use the [spring] and [websocket] tags. Thanks.
Hi,
I am using activeMQ as full featured broker. I Have deployed my spring application on Tomcat 8.0.8 I am sending very large messages and I do it in separate Thread(about 230000 stomp messages in while loop). When I use Chrome, or Firefox in activeMQ console I see that messages are being consumed almost instantly. Problem as always is IE. I can se that it stoppes to consume messages(after about 1000) , and my tomcat fails. at java.lang.Thread.run(Thread.java:722) aused by: org.apache.catalina.connector.ClientAbortException: java.io.IOExcepti n: An existing connection was forcibly closed by the remote host at org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffe .java:396) at org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:426) at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java: 42) at org.apache.catalina.connector.OutputBuffer.flush(OutputBuffer.java:31 ) etc....
Is IE such slow consumer by default or ? I have tried with numerous slow consumer politic with activeMQ but without success. Is SockJS thread safe?
Please help
Marko
The text was updated successfully, but these errors were encountered: