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 0C93910927 for ; Sun, 22 Sep 2013 11:33:13 +0000 (UTC) Received: (qmail 13891 invoked by uid 500); 22 Sep 2013 11:33:11 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 13470 invoked by uid 500); 22 Sep 2013 11:33:05 -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 13457 invoked by uid 99); 22 Sep 2013 11:33:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Sep 2013 11:33:03 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mrdavidoc@gmail.com designates 209.85.216.173 as permitted sender) Received: from [209.85.216.173] (HELO mail-qc0-f173.google.com) (209.85.216.173) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Sep 2013 11:32:58 +0000 Received: by mail-qc0-f173.google.com with SMTP id c3so1354578qcv.18 for ; Sun, 22 Sep 2013 04:32:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=X7jkG6PAnwWHDIGL8DsBpb18IEKiCpZjxdET0qJhvZg=; b=MSM+3gL62m5GXYXgl4MH2ZmfDMVMjuANwEa1L/+Wf1kH6q8fLGKwaFhrpP/ZByyFVQ ATON7w2BzVn5IY2MoE/FtWHLzuMIdQNt2PqsHUQhOG1PiTlas0D6xPruUyOfEJnmUFHE AnmvWiFTxJAo1FimGkA2/WQRyW2J66d3M1sQ2rhTrDbx5fIEG8CU/R3UJTc+woBJ7kNN HykfpxcyGEFpchPGrnw0+7fVoxAUx9+G9ULJ9jKnZSbdJ9SQ2cJvokICzFZpA7i0MCL+ PS0zfyUaRYSIetQNJtl6vFL2BXOTchpgUj/MXDTmeh3IWG1qqwP/ryqtFQFrHl11ktrk 8vSg== MIME-Version: 1.0 X-Received: by 10.49.25.102 with SMTP id b6mr642236qeg.91.1379849557619; Sun, 22 Sep 2013 04:32:37 -0700 (PDT) Received: by 10.49.75.97 with HTTP; Sun, 22 Sep 2013 04:32:37 -0700 (PDT) Date: Sun, 22 Sep 2013 12:32:37 +0100 Message-ID: Subject: ActiveMQ - 5.5.1, connections stuck at CLOSE_WAIT, reaching file descriptor limit From: "David O'C" To: users@activemq.apache.org Content-Type: multipart/alternative; boundary=047d7b621ac8b9baa304e6f742a8 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b621ac8b9baa304e6f742a8 Content-Type: text/plain; charset=ISO-8859-1 Hi, I have seen an issue seen where ActiveMQ 5.5.1 would keep outbound connections in a CLOSE_WAIT state, to the point where the application reaches the file descriptor limit. The broker uses the Openwire format on TCP with closeAsync set to false. It is also non-persistant, storing all messages within memory. The fault is infrequent, I've been unable to reproduce this on-demand. I've searched and I've been unable to see any re-occurance of this issue on the same version. I've read that this issue was seen before in previous releases, could this be the same issue seen? Regards, David --047d7b621ac8b9baa304e6f742a8--