Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 78569 invoked from network); 3 Oct 2008 13:35:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Oct 2008 13:35:17 -0000 Received: (qmail 53491 invoked by uid 500); 3 Oct 2008 13:35:15 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 53468 invoked by uid 500); 3 Oct 2008 13:35:15 -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 53457 invoked by uid 99); 3 Oct 2008 13:35:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Oct 2008 06:35:15 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Oct 2008 13:34:11 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1Klknt-0001Xw-Oh for users@activemq.apache.org; Fri, 03 Oct 2008 06:34:45 -0700 Message-ID: <19797862.post@talk.nabble.com> Date: Fri, 3 Oct 2008 06:34:45 -0700 (PDT) From: colomb To: users@activemq.apache.org Subject: Re: 4.1.1 vs. 5.1.0 performance In-Reply-To: <1875D838-4D87-42D8-B795-4DE47F29CAC4@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: colomb@gmail.com References: <19745460.post@talk.nabble.com> <1875D838-4D87-42D8-B795-4DE47F29CAC4@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org That did it. Thanks for the quick response! rajdavies wrote: > > Try turning flow control off - see > http://activemq.apache.org/producer-flow-control.html > > cheers, > > Rob > On 30 Sep 2008, at 17:19, colomb wrote: > >> >> We are running some tests to evaluate upgrading to ActiveMQ v 5.1 >> from 4.1.1. >> We are running the broker on one machine, and a message producer and >> consumer on another. No persistence. Under 4.1.1, we get around >> 10,000 >> msgs/sec, however under 5.1.0 we only read 5000 msgs/sec. The tests >> are >> being run on the same hardware. Below are the two configuration >> files. >> Anyone have any ideas? Thank you >> >> 4.1.1 >> >> >> >> > class >> = >> "org >> .springframework.beans.factory.config.PropertyPlaceholderConfigurer"/> >> >> >> >> >> >> >> >> >> > dataDirectory="${activemq.base}/activemq-data"/> >> >> >> >> > discoveryUri="multicast://default"/> >> >> >> >> >> >> >> >> >> 5.1.0 >> > xmlns="http://www.springframework.org/schema/beans" >> xmlns:amq="http://activemq.apache.org/schema/core" >> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >> xsi:schemaLocation="http://www.springframework.org/schema/beans >> http://www.springframework.org/schema/beans/spring-beans-2.0.xsd >> http://activemq.apache.org/schema/core >> http://activemq.apache.org/schema/core/activemq-core.xsd >> http://activemq.apache.org/camel/schema/spring >> http://activemq.apache.org/camel/schema/spring/camel-spring.xsd"> >> >> >> > class >> = >> "org >> .springframework.beans.factory.config.PropertyPlaceholderConfigurer"/> >> >> > brokerName="testBrokerOne" dataDirectory="${activemq.base}/data" >> persistent="false"> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> > directory="${activemq.base}/data" maxFileLength="1 gb"/> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> > discoveryUri="multicast://default"/> >> >> >> >> >> >> -- >> View this message in context: >> http://www.nabble.com/4.1.1-vs.-5.1.0-performance-tp19745460p19745460.html >> Sent from the ActiveMQ - User mailing list archive at Nabble.com. >> > > > -- View this message in context: http://www.nabble.com/4.1.1-vs.-5.1.0-performance-tp19745460p19797862.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.