The activemq process (jvm) crashed after about a week of low intensive use on a default configured (out of the box) installation of activemq.
With low intensive, I mean
- about one queueconnection connecting/disconnecting per minute (24/7).
- A couple of constantly connected message listeners.
- less than 10 queues in use.
- Very few messages, say 10 per minute.
I suspect this is related to the memory leak issues reported before (and that supposedly should be fixed in
4.1.1), but as it involved a jvm crash i figured I'd report it anyway.
Attached is the jvm crash report.
Please could you post the log to the sun bug tracker mentioned at the top of the log...
http://java.sun.com/webapps/bugreport/crash.jsp
BTW its no big deal if you want to create connections every few minutes, but ideally you'd cache/pool them...
http://activemq.apache.org/how-do-i-use-jms-efficiently.html