Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 10918 invoked from network); 14 Dec 2009 12:20:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Dec 2009 12:20:27 -0000 Received: (qmail 73711 invoked by uid 500); 14 Dec 2009 12:20:26 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 73638 invoked by uid 500); 14 Dec 2009 12:20:26 -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 73628 invoked by uid 99); 14 Dec 2009 12:20:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Dec 2009 12:20:25 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00 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; Mon, 14 Dec 2009 12:20:23 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1NK9uE-0003Mn-UZ for users@activemq.apache.org; Mon, 14 Dec 2009 04:20:02 -0800 Message-ID: <26776905.post@talk.nabble.com> Date: Mon, 14 Dec 2009 04:20:02 -0800 (PST) From: Joe Fernandez To: users@activemq.apache.org Subject: Re: low persistent messaging performance using kahadb In-Reply-To: <26747184.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: joe.fernandez@ttmsolutions.com References: <26747184.post@talk.nabble.com> You should get some improvement on the producer side if you set useAsyncSend to true. If you have a relatively small number of destinations and high throughput is important, the AMQ message store is the way to go. Joe http://www.ttmsolutions.com Duro wrote: > > Hi, > > i've tested kahadb and kahaPersistenceAdapter using same simple test > conditions i.e. > > - persistent queue > - 3 consumers > - 1 producer > - 25 kb message size (10 000 msgs) > > according this, kahadb has troughput 22 msgs/s while > kahaPersistenceAdapter 333 msgs/s. Similar difference observed using > kahadb with amq 5.3, amq 5.4 snapshot and 5.3.1 snapshot. Why is that? Is > it possible to somehow configure kahadb (or message producer) to get > better results? > > Duro > > -- View this message in context: http://old.nabble.com/low-persistent-messaging-performance-using-kahadb-tp26747184p26776905.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.