From users-return-11275-apmail-activemq-users-archive=activemq.apache.org@activemq.apache.org Thu Nov 01 02:48:06 2007 Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 99808 invoked from network); 1 Nov 2007 02:48:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Nov 2007 02:48:06 -0000 Received: (qmail 69194 invoked by uid 500); 1 Nov 2007 02:47:53 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 69162 invoked by uid 500); 1 Nov 2007 02:47:53 -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 69153 invoked by uid 99); 1 Nov 2007 02:47:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Oct 2007 19:47:53 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Nov 2007 02:48:11 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1InQ5m-00055G-U0 for users@activemq.apache.org; Wed, 31 Oct 2007 19:47:34 -0700 Message-ID: <13522716.post@talk.nabble.com> Date: Wed, 31 Oct 2007 19:47:34 -0700 (PDT) From: nkiesel To: users@activemq.apache.org Subject: Re: reconnection to unavailable broker causing thread/memory leak In-Reply-To: <13254130.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: nkiesel@tbdnetworks.com References: <13143554.post@talk.nabble.com> <13230140.post@talk.nabble.com> <13254130.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Another bug related to this could be AMQ-1214. I see the same problem with a simple pair of brokers connected using a static NetworkConnector. When the receiving AQ server is down, the sender does the following every 5 seconds: INFO [NetworkConnector] Establishing network connection between from vm://localhost?network=true to ssl://192.168.4.45:4081 WARN [NetworkConnector] Could not start network bridge between: vm://localhost?network=true and: ssl://192.168.4.45:4081 due to: java.net.ConnectException: Connection refused And it seems it leaks about 2 threads per minute in that state. Any idea if and where that is fixed in 5.0? I'd like to backport the fix if possible as I can't upgrade to 5.0 at this point. -- View this message in context: http://www.nabble.com/reconnection-to-unavailable-broker-causing-thread-memory-leak-tf4603206s2354.html#a13522716 Sent from the ActiveMQ - User mailing list archive at Nabble.com.