|
|
LinkedBlockingQueue leaks memory
view_bug.do;jses...bug_id=6805775
this one is fixed in jdk 7 the suggested work around isCUSTOMER SUBMITTED WORKAROUND :
Do not use LinkedBlockingQueue from JDK in any long term queue.
Replace by custom modified queue that null links.
Posted Date : 2009-02-18 10:27:48.0I noticed that amqp uses LinkedBlockingQueue which is bound to leak
Suresh
I just looked in my copy of 1.6.0.20 and it has the fix suggested already, so there's probably no need to panic. (Update: that was on Linux, apparently on a Mac it's not fixed. I only have 1.6.0.16 on Windows.) |
|