mirror of https://github.com/apache/activemq.git
amended number of messages sent
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@818510 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ed3c23fce7
commit
b403707398
|
@ -52,7 +52,7 @@ public class AMQ1936Test extends TestCase{
|
|||
private final static String TEST_QUEUE_NAME = "dynamicQueues/duplicate.message.test.queue";
|
||||
////--
|
||||
//
|
||||
private final static long TEST_MESSAGE_COUNT = 60000; // The number of test messages to use
|
||||
private final static long TEST_MESSAGE_COUNT = 6000; // The number of test messages to use
|
||||
//
|
||||
////--
|
||||
private final static int CONSUMER_COUNT = 2; // The number of message receiver instances
|
||||
|
|
Loading…
Reference in New Issue