-
Notifications
You must be signed in to change notification settings - Fork 12
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
ActiveMQ.DLQ memory usage #55
Labels
Comments
tkohegyi
added a commit
that referenced
this issue
Jul 18, 2015
need change on wiki page: how to build the product, also need change on CI server in addition, fix minor checkstyle error for #55
tkohegyi
added a commit
that referenced
this issue
Jul 23, 2015
Test is ongoing, if everything is ok, a new Wilma release will be published. |
Test passed successfully.
New Wilma release is coming soon. |
Published with V1.1.73 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In case of extra large messages (think about >60 Mbytes per msg), and high load it may happen that ActiveMQ runs out of memory, like this:
And this can cause moving that message to the DQL. If this happens many times, DLQ size is increasing and can eat up all the available memory, and can result of high load, then ActiveMQ failure then run out of threads in Jetty, and finally Wilma cannot handle incoming requests. This sequence of problems may take hours so Wilma can protect itself against it, by cleaning up the DLQ.
This ticket is partially addressed by commit 193e0a0. so will be part of the next release soon.
The text was updated successfully, but these errors were encountered: