mirror of https://github.com/apache/activemq.git
change number of messages -was hanging waiting space
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@585047 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e16b7dbf16
commit
cb234b32d3
|
@ -40,7 +40,7 @@ public class RollbacksWhileConsumingLargeQueueTest extends EmbeddedBrokerTestSup
|
|||
|
||||
private static final transient Log LOG = LogFactory.getLog(RollbacksWhileConsumingLargeQueueTest.class);
|
||||
|
||||
protected int numberOfMessagesOnQueue = 6500;
|
||||
protected int numberOfMessagesOnQueue = 650;
|
||||
private Connection connection;
|
||||
private AtomicInteger deliveryCounter = new AtomicInteger(0);
|
||||
private AtomicInteger ackCounter = new AtomicInteger(0);
|
||||
|
|
Loading…
Reference in New Issue