mirror of https://github.com/apache/activemq.git
fix comment explaining test
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@732171 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2755be3d06
commit
4286731e0f
|
@ -93,7 +93,7 @@ public class DurableConsumerCloseAndReconnectTest extends TestSupport {
|
|||
|
||||
closeConsumer();
|
||||
|
||||
LOG.info("Now lets create the consumer again and because we didn't ack, we should get it again");
|
||||
LOG.info("Now lets create the consumer again and because we did ack, we should not get it again");
|
||||
makeConsumer();
|
||||
|
||||
message = consumer.receive(2000);
|
||||
|
|
Loading…
Reference in New Issue