Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EF49B9E6E for ; Tue, 14 Feb 2012 15:14:02 +0000 (UTC) Received: (qmail 35684 invoked by uid 500); 14 Feb 2012 15:14:02 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 35652 invoked by uid 500); 14 Feb 2012 15:14:02 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 35644 invoked by uid 99); 14 Feb 2012 15:14:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Feb 2012 15:14:02 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Feb 2012 15:13:56 +0000 Received: from joe.nabble.com ([192.168.236.139]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1RxK4U-0002hY-7I for users@activemq.apache.org; Tue, 14 Feb 2012 07:13:34 -0800 Date: Tue, 14 Feb 2012 07:13:34 -0800 (PST) From: john To: users@activemq.apache.org Message-ID: <1329232414163-4387316.post@n4.nabble.com> Subject: ACtiveMQConnection leak MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I'm running the fuse 4.4.1-fuse-01-13 ESB release which includes camel 2.8 and activemq 5.5.1. I have a simple camel route whose job is to ensure that a message queue has X number of records from a db queued up for a consumer. When the timer on the route fires, a POJO is called. The bean uses the camel producer template to send a message to activemq:queue:ActiveMQ.Statistics.Destination.MYQUEUE to determine how many messages are currently on the queue. I have the statistics plugin enabled. The issue I have is that when this route is enabled, I see a slow climb in PS Old Gen memory. A heap dump shows a ton of ActiveMQConnection and TransportConnectState objects. This didn't occur in the much older fuse release we were using. It used camel 2.2 and activemq 5.4.0. I do have activemq pooling enabled in the spring configuration. I can include that information if needed. I appreciate any help! -john -- View this message in context: http://activemq.2283324.n4.nabble.com/ACtiveMQConnection-leak-tp4387316p4387316.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.