Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 11781 invoked from network); 11 Aug 2008 23:38:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Aug 2008 23:38:25 -0000 Received: (qmail 38916 invoked by uid 500); 11 Aug 2008 23:38:24 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 38541 invoked by uid 500); 11 Aug 2008 23:38:24 -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 38529 invoked by uid 99); 11 Aug 2008 23:38:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Aug 2008 16:38:24 -0700 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of elihusmails@gmail.com designates 72.14.220.152 as permitted sender) Received: from [72.14.220.152] (HELO fg-out-1718.google.com) (72.14.220.152) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Aug 2008 23:37:27 +0000 Received: by fg-out-1718.google.com with SMTP id 16so1162531fgg.44 for ; Mon, 11 Aug 2008 16:37:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=M4lkXH97XgVovRbXXpSc/HwLVXak4kxUCQ9Cxv+nw50=; b=HUpWihZ8KZoh2j/5x61vyfK1wyeDS/zh7PX7dsoelCo5DAb1sdABAixrnHnOkePpYw srzjRCBBVXbnT5rgtpiK6xHMVm7EGIsTEkL23akoPIQ8pSpRziVVmVHFPNpoFoWbK6p9 NXWcqAbCeupDUmW845gNvqiuVC/uF4QnaRs2s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=ZRyH8bCv70X6kb6xMwxYs1t7nyNkreF+qx81zw+WWVY5CSvsyko1lW0VbpqlshZDNV ygWuRHBk6uOTA9Ri7SQffVHGMMlJQaYaq2xCB7C9t2WWS8McOpWSgZh+1kZG5l7dkAgy 8bZHxVl1RgfUkiFGq0LQM0Xxe27uFooelkA8Y= Received: by 10.103.240.5 with SMTP id s5mr6344500mur.62.1218497873386; Mon, 11 Aug 2008 16:37:53 -0700 (PDT) Received: by 10.103.170.20 with HTTP; Mon, 11 Aug 2008 16:37:53 -0700 (PDT) Message-ID: <9f066ee90808111637v78a3a846r480b41b97dca4727@mail.gmail.com> Date: Mon, 11 Aug 2008 19:37:53 -0400 From: "Mark Webb" To: users@activemq.apache.org Subject: Re: Under IO Load In-Reply-To: <18933907.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_69973_15429448.1218497873385" References: <18933907.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_69973_15429448.1218497873385 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline So if I understand this right, you are sending messages to ActiveMQ while performing I/O, and ActiveMQ is not performing any I/O (other than caching of data) since you are not persisting any data. Is this true? On Mon, Aug 11, 2008 at 5:08 PM, sub3 wrote: > > I have a system where 1 is sending to several (a & b) and occasionally b > sends to c (all queues). Very simple. Persistence is set to false. Queue > sizes are capped at 50mb. > > If I put the system under a heavy i/o load (several programs > reading/writing > lots of files), ActiveMQ will stop. > > Am I hitting some system resource issue here, and if so, what is it? Also, > is there a way to get ActiveMQ to recover? > > I've attached my activemq.xml file, and a sample program to create i/o load > (sometime I run several of these). I am running on Windows Server 2003. > > Thanks. > http://www.nabble.com/file/p18933907/activemq.xml activemq.xml > http://www.nabble.com/file/p18933907/Test.java Test.java > -- > View this message in context: > http://www.nabble.com/Under-IO-Load-tp18933907p18933907.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > > ------=_Part_69973_15429448.1218497873385--