Return-Path: Delivered-To: apmail-geronimo-activemq-dev-archive@www.apache.org Received: (qmail 58283 invoked from network); 20 Jul 2006 05:24:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Jul 2006 05:24:35 -0000 Received: (qmail 31523 invoked by uid 500); 20 Jul 2006 05:24:35 -0000 Delivered-To: apmail-geronimo-activemq-dev-archive@geronimo.apache.org Received: (qmail 31492 invoked by uid 500); 20 Jul 2006 05:24:35 -0000 Mailing-List: contact activemq-dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-dev@geronimo.apache.org Received: (qmail 31483 invoked by uid 99); 20 Jul 2006 05:24:35 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jul 2006 22:24:35 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jul 2006 22:24:34 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9F7EA714219 for ; Thu, 20 Jul 2006 05:22:23 +0000 (GMT) Message-ID: <3503399.1153372943273.JavaMail.jira@brutus> Date: Wed, 19 Jul 2006 22:22:23 -0700 (PDT) From: "Ozgur Cetinturk (JIRA)" To: activemq-dev@geronimo.apache.org Subject: [jira] Created: (AMQ-835) memory leak in ActiveMQConnection MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N memory leak in ActiveMQConnection --------------------------------- Key: AMQ-835 URL: https://issues.apache.org/activemq/browse/AMQ-835 Project: ActiveMQ Issue Type: Bug Affects Versions: 4.0.1 Reporter: Ozgur Cetinturk when connection closing, connection doesn't remove itself from factoryStats. so every opened connection cause to grow memory. this can be fixed by adding factoryStats.removeConnection(this); in the close() method. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/activemq/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira