Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 72388 invoked from network); 7 Mar 2007 00:28:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Mar 2007 00:28:45 -0000 Received: (qmail 30338 invoked by uid 500); 7 Mar 2007 00:28:53 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 30319 invoked by uid 500); 7 Mar 2007 00:28: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 30310 invoked by uid 99); 7 Mar 2007 00:28:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Mar 2007 16:28:53 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of rabidgremlin@gmail.com designates 209.85.134.188 as permitted sender) Received: from [209.85.134.188] (HELO mu-out-0910.google.com) (209.85.134.188) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Mar 2007 16:28:42 -0800 Received: by mu-out-0910.google.com with SMTP id i2so2053876mue for ; Tue, 06 Mar 2007 16:28:21 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=G8eMRPcVEdjwQbWV1A5d4voyFvDfUrBJMQqmRC2b97dSv+Jpr6x+XPuiHoFWtflg1QC8F8Ku+kdPDag2YN0bjB/TV3BbG6dQh4rr8KZJTYohrf1DDUbe2papJYke1mIXf6KsWZDfC66AkPYBKnUoD6iSbZuGbmYTaq2QFOZ6A0Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Be8Fp9reMan37+01SNy8WzZncNljkGJ5t3abryUJOV9F7DGN4TsqkwGxwuPWgdRajGHFP1U4UU6ROm5KZz8Z7wY2ZOnSo1yTJcFC2LA5o4bNQEF9NQfaFMpfMwxKZ4/+U8K1UO6JMo1eXghD7ISkqwZuQbMe5v8GHuXvsToP/f8= Received: by 10.82.114.3 with SMTP id m3mr8194866buc.1173227300800; Tue, 06 Mar 2007 16:28:20 -0800 (PST) Received: by 10.82.169.3 with HTTP; Tue, 6 Mar 2007 16:28:20 -0800 (PST) Message-ID: <7e4090a10703061628i29e757wf079b0ff8833b008@mail.gmail.com> Date: Wed, 7 Mar 2007 13:28:20 +1300 From: rabidgremlin To: users@activemq.apache.org Subject: Re: Help ! - Broker Hanging up In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_78300_5796036.1173227300772" References: <7e4090a10703061125u1a6c9558lc688f36a666c048e@mail.gmail.com> <7e4090a10703061252x7a924b8cm11edc97fc4c19baf@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_78300_5796036.1173227300772 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Would there be a separate buffer per connection ? Otherwise a broken listener would still cause all the others to block... Also with the current release would a slow listener cause all the other listeners to slow down because it is not clearing messages from the buffer fast enough ? Thanks Jonathan On 3/7/07, Hiram Chirino wrote: > > In the next major version (trunk branch) we have made some major > strides in this area so that messages just go to disk on your senario > instead of being buffered in memory. But all buffers (even ones on > disks) have limits and will eventually be reached. So you have to > detect dead clients anyways to avoid running out of disk space. > ------=_Part_78300_5796036.1173227300772--