Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 24293 invoked from network); 4 Sep 2008 15:24:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Sep 2008 15:24:22 -0000 Received: (qmail 11630 invoked by uid 500); 4 Sep 2008 15:24:20 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 11489 invoked by uid 500); 4 Sep 2008 15:24:19 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 11478 invoked by uid 99); 4 Sep 2008 15:24:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Sep 2008 08:24:19 -0700 X-ASF-Spam-Status: No, hits=-1999.8 required=10.0 tests=ALL_TRUSTED,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Sep 2008 15:23:21 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D2E43234C1D7 for ; Thu, 4 Sep 2008 08:23:52 -0700 (PDT) Message-ID: <1555962945.1220541832862.JavaMail.jira@brutus> Date: Thu, 4 Sep 2008 08:23:52 -0700 (PDT) From: "Rob Davies (JIRA)" To: dev@activemq.apache.org Subject: [jira] Resolved: (AMQ-1557) High message frequency causes ActiveMQ to freeze In-Reply-To: <8348966.1200908361773.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-1557?page=3Dcom.atlass= ian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob Davies resolved AMQ-1557. ----------------------------- Fix Version/s: 5.2.0 Resolution: Fixed Resolved in 5.2 > High message frequency causes ActiveMQ to freeze > ------------------------------------------------ > > Key: AMQ-1557 > URL: https://issues.apache.org/activemq/browse/AMQ-1557 > Project: ActiveMQ > Issue Type: Bug > Affects Versions: 5.0.0, 5.1.0 > Environment: observed on Windows XP Professional SP2, Sun JDK 1.5= .01_11, but probably affects all platforms > Reporter: J=C3=BCrgen Schumacher > Assignee: Rob Davies > Fix For: 5.2.0 > > Attachments: stresstest.zip > > > ActiveMQ freezes in a test setup with very high message frequency of pers= istent messages and multiple producers and consumers running on multiple ma= chines: > - Host 1: Multiple Producers send messages very fast to queue1=20 > - Host 2: Multiple Processors consume message from queue1 and send a new = message for each consumed message to queue2, also very fast. > - Host 3: ActiveMQ server and 1 consumer reads messages from queue2. > With producerFlowControl enabled, the system freezes very soon (a bit mor= e than 1000 messages). > With producerFlowControl disabled, it seems to run longer at first, but i= t still freezes later. > Using transactions or not does not seem to make a difference. > See this thread in user mailing list for more details: > http://www.nabble.com/High-message-frequency-causes-ActiveMQ-to-freeze-to= 14919292s2354.html > See attachment for code of test cases and the batch files to start them. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.