mirror of https://github.com/apache/activemq.git
add a little more stress to the testManyProducersManyConsumers() test
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@490798 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e5efc58cd4
commit
974ec34df5
|
@ -26,9 +26,9 @@ public class TopicSubscriptionTest extends QueueSubscriptionTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testManyProducersManyConsumers() throws Exception {
|
public void testManyProducersManyConsumers() throws Exception {
|
||||||
consumerCount = 20;
|
consumerCount = 40;
|
||||||
producerCount = 20;
|
producerCount = 20;
|
||||||
messageCount = 50;
|
messageCount = 100;
|
||||||
messageSize = 1;
|
messageSize = 1;
|
||||||
prefetchCount = 10;
|
prefetchCount = 10;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue