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 EDBFD1099A for ; Mon, 19 Aug 2013 20:58:59 +0000 (UTC) Received: (qmail 7535 invoked by uid 500); 19 Aug 2013 20:58:59 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 7507 invoked by uid 500); 19 Aug 2013 20:58:59 -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 7497 invoked by uid 99); 19 Aug 2013 20:58:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Aug 2013 20:58:59 +0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of cwiklik@us.ibm.com does not designate 216.139.250.139 as permitted sender) Received: from [216.139.250.139] (HELO joe.nabble.com) (216.139.250.139) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Aug 2013 20:58:53 +0000 Received: from [192.168.236.139] (helo=joe.nabble.com) by joe.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1VBWWc-0001GQ-Jj for users@activemq.apache.org; Mon, 19 Aug 2013 13:58:06 -0700 Date: Mon, 19 Aug 2013 13:57:51 -0700 (PDT) From: Jerry Cwiklik To: users@activemq.apache.org Message-ID: <1376945871591-4670498.post@n4.nabble.com> In-Reply-To: References: <1376941859890-4670496.post@n4.nabble.com> Subject: Re: Broker leaks FDs - Too many open files MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Christian, thanks. More questions: What would be your theory why we see the "explosion" of open FDs? This is triggered by some event. Any clues as to what that might be? Also, isnt it a bug that the broker just goes bezerk logging the same thing over and over? Our broker's logs are filled with the error below. I suspect that perhaps Camel or Spring which are used on the client side are in some recovery mode trying to establish a connection to the broker which keeps failing. 2013-07-28 00:04:08,264 [teTimeout=45000] ERROR TransportConnector - Could not accept connection : java.net.SocketException: Too many open files .. What are the consequences of using closeAsync="false"? JC -- View this message in context: http://activemq.2283324.n4.nabble.com/Broker-leaks-FDs-Too-many-open-files-tp4670496p4670498.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.