Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Full featured broker with activeMQ #43

Open
MarkoVranic opened this issue Jun 27, 2014 · 2 comments
Open

Full featured broker with activeMQ #43

MarkoVranic opened this issue Jun 27, 2014 · 2 comments

Comments

@MarkoVranic
Copy link

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

@rstoyanchev
Copy link
Owner

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.

@MarkoVranic
Copy link
Author

Hi,

Sure, this is the link. Thanks!
http://stackoverflow.com/questions/24460287/full-featured-broker-with-activemq

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants