Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 53667 invoked from network); 21 Dec 2007 04:19:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Dec 2007 04:19:08 -0000 Received: (qmail 30513 invoked by uid 500); 21 Dec 2007 04:18:56 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 30479 invoked by uid 500); 21 Dec 2007 04:18:56 -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 30470 invoked by uid 99); 21 Dec 2007 04:18:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Dec 2007 20:18:56 -0800 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 (nike.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, 21 Dec 2007 04:18:45 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1J5ZLI-0000cH-Js for users@activemq.apache.org; Thu, 20 Dec 2007 20:18:36 -0800 Message-ID: <14450031.post@talk.nabble.com> Date: Thu, 20 Dec 2007 20:18:36 -0800 (PST) From: EricMeena To: users@activemq.apache.org Subject: ActiveMQ v5.0.0 Performance issue MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: mauvv165@yahoo.fr X-Virus-Checked: Checked by ClamAV on apache.org I was to a point where the AMQ performance was really impressive, but when I added some AMQ message storage configurations, the performance becomes questionable, I think I am combining wrong properties: I have two JMS clients(producer & receiver), I am sending about 10,000 messages (500KB each) and receiving them on the other side. This is what I am using: - MS Windows XP Pro, Version 2002, SP2, Core(TM)2 CPU, T 7200 @ 2.00GHz, 1.66 GHz, 1.99 GB of RAM - ActiveMQ v5 - Sun JVM 5 - My JMS clients use a spring JmsTemplate and a listenerContainer. (For connectionFactory, I am using this: org.apache.activemq.pool.PooledConnectionFactory). I am using a queue. - I am configuring the message storage within the default AMQ broker configuration file (activemq.xml) as follows: Problem: Everything was fine until I added the sycOnWrite="true", I could send and consume up 17 messages per second. With this prop added, the sending itself becomes a little slow, but reading gets worse. The sender finishes its job while the consumer is not even half way done. This led to a performance of 1 message per second. I added few properties to fix this (like persistentIndex and indexBinSize), none helped the situation. Any idea? What is wrong here? Thanks in advance. -- View this message in context: http://www.nabble.com/ActiveMQ-v5.0.0-Performance-issue-tp14450031s2354p14450031.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.