Author: clebert.suconic(a)jboss.com
Date: 2011-09-28 01:03:36 -0400 (Wed, 28 Sep 2011)
New Revision: 11438
Modified:
branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/integration/cluster/distribution/MessageRedistributionTest.java
Log:
tweak on a comment only
Modified:
branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/integration/cluster/distribution/MessageRedistributionTest.java
===================================================================
---
branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/integration/cluster/distribution/MessageRedistributionTest.java 2011-09-28
04:58:35 UTC (rev 11437)
+++
branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/integration/cluster/distribution/MessageRedistributionTest.java 2011-09-28
05:03:36 UTC (rev 11438)
@@ -891,7 +891,7 @@
msg = consumer0.receive(5000);
assertNotNull(msg);
assertEquals(i, msg.getIntProperty("i").intValue());
- // msg.acknowledge(); // -- do not ack message on consumer0, to make sure the
message will be routed
+ // msg.acknowledge(); // -- do not ack message on consumer0, to make sure the
messages will be paged
msg = consumer1.receive(5000);
assertNotNull(msg);
Show replies by date