Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 68070 invoked from network); 24 Feb 2010 12:57:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Feb 2010 12:57:03 -0000 Received: (qmail 70586 invoked by uid 500); 24 Feb 2010 12:57:03 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 70534 invoked by uid 500); 24 Feb 2010 12:57:03 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 70524 invoked by uid 99); 24 Feb 2010 12:57:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Feb 2010 12:57:03 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Feb 2010 12:57:01 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B7C2529A0014 for ; Wed, 24 Feb 2010 04:56:40 -0800 (PST) Message-ID: <196183378.10471267016200749.JavaMail.jira@brutus.apache.org> Date: Wed, 24 Feb 2010 12:56:40 +0000 (UTC) From: "Gary Tully (JIRA)" To: dev@activemq.apache.org Subject: [jira] Resolved: (AMQ-2626) Topic Memory usage creep with constant pending message strategy and a file pending message cursor In-Reply-To: <222658988.10431267015840320.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-2626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Tully resolved AMQ-2626. ----------------------------- Resolution: Fixed resolved in r915770 ensured topic prefetch policy has effect for a subscription when not set by a consumer. added test for message eviction that demonstrated memory or usage leak. > Topic Memory usage creep with constant pending message strategy and a file pending message cursor > ------------------------------------------------------------------------------------------------- > > Key: AMQ-2626 > URL: https://issues.apache.org/activemq/browse/AMQ-2626 > Project: ActiveMQ > Issue Type: Bug > Components: Broker > Affects Versions: 5.3.0 > Reporter: Gary Tully > Assignee: Gary Tully > Fix For: 5.3.1, 5.4.0 > > > Topic subs with pending messages, where prefetch is limited and consumer is slow can lead to memory usage creep when the eviction policy kicks in and needs to spool messages from disk as the system usage limit has been reached. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.