mirror of https://github.com/apache/activemq.git
INcrease Consumer Count
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@777804 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2b28443a05
commit
c02d2462b5
|
@ -115,7 +115,7 @@ public class QueueSubscriptionTest extends JmsMultipleClientsTestSupport {
|
|||
}
|
||||
|
||||
public void testManyProducersManyConsumers() throws Exception {
|
||||
consumerCount = 50;
|
||||
consumerCount = 200;
|
||||
producerCount = 50;
|
||||
messageCount = 100;
|
||||
messageSize = 1; // 1 byte
|
||||
|
|
Loading…
Reference in New Issue