Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 90064 invoked from network); 28 Jun 2007 02:21:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Jun 2007 02:21:54 -0000 Received: (qmail 17988 invoked by uid 500); 28 Jun 2007 02:21:57 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 17845 invoked by uid 500); 28 Jun 2007 02:21:57 -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 17836 invoked by uid 99); 28 Jun 2007 02:21:56 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jun 2007 19:21:56 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jun 2007 19:21:53 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D9A2C71404B for ; Wed, 27 Jun 2007 19:21:32 -0700 (PDT) Message-ID: <31657806.1182997292887.JavaMail.jira@brutus> Date: Wed, 27 Jun 2007 19:21:32 -0700 (PDT) From: "Brent Rahn (JIRA)" To: dev@activemq.apache.org Subject: [jira] Closed: (AMQ-1298) Stomp address connections remain active In-Reply-To: <6060241.1182988772853.JavaMail.jira@brutus> 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 [ https://issues.apache.org/activemq/browse/AMQ-1298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brent Rahn closed AMQ-1298. --------------------------- Resolution: Cannot Reproduce Found this was a problem with stomp library code. > Stomp address connections remain active > --------------------------------------- > > Key: AMQ-1298 > URL: https://issues.apache.org/activemq/browse/AMQ-1298 > Project: ActiveMQ > Issue Type: Bug > Components: Connector > Affects Versions: 4.1.1 > Environment: Debian Linux > Reporter: Brent Rahn > Priority: Critical > > When a stomp client issues a DISCONNECT command the client is disconnected and the stomp connection is removed from ActiveMQ. When looking at the server using jconsole, you can see another subfolder under Connection->stomp called address. The connections never drop out of this address folder, eventually this takes up all of the threads on the system and ActiveMQ stops accepting connections. The logs show an OutOfMemory exception when this occurs. > If you examine the properties for the connections under Connection->stomp->address you can see that addresses associated with valid connections have a value in the ConnectionId field. The addresses associated with connections that have disconnected display "Unavailable" in the ConnectionId field. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.