This commit is contained in:
Kevin Earls 2014-02-14 16:08:51 +01:00
parent a059bf4a90
commit 4350ded2c5
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ public class BrokerRedeliveryTest extends org.apache.activemq.TestSupport {
consumerConnection.start();
Session consumerSession = consumerConnection.createSession(false, Session.CLIENT_ACKNOWLEDGE);
MessageConsumer consumer = consumerSession.createConsumer(destination);
sendMessage(1000);
sendMessage(1500);
Message message = consumer.receive(1000);
assertNotNull("got message", message);