Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 28038 invoked from network); 23 May 2009 06:11:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 May 2009 06:11:59 -0000 Received: (qmail 4052 invoked by uid 500); 23 May 2009 06:12:12 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 3997 invoked by uid 500); 23 May 2009 06:12:12 -0000 Mailing-List: contact commits-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 commits@activemq.apache.org Received: (qmail 3986 invoked by uid 99); 23 May 2009 06:12:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 May 2009 06:12:11 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 May 2009 06:12:08 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E6D3C23888E3; Sat, 23 May 2009 06:11:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r777804 - /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/broker/QueueSubscriptionTest.java Date: Sat, 23 May 2009 06:11:47 -0000 To: commits@activemq.apache.org From: rajdavies@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090523061147.E6D3C23888E3@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rajdavies Date: Sat May 23 06:11:47 2009 New Revision: 777804 URL: http://svn.apache.org/viewvc?rev=777804&view=rev Log: INcrease Consumer Count Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/broker/QueueSubscriptionTest.java Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/broker/QueueSubscriptionTest.java URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/broker/QueueSubscriptionTest.java?rev=777804&r1=777803&r2=777804&view=diff ============================================================================== --- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/broker/QueueSubscriptionTest.java (original) +++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/broker/QueueSubscriptionTest.java Sat May 23 06:11:47 2009 @@ -115,7 +115,7 @@ } public void testManyProducersManyConsumers() throws Exception { - consumerCount = 50; + consumerCount = 200; producerCount = 50; messageCount = 100; messageSize = 1; // 1 byte