mirror of https://github.com/apache/activemq.git
avoid println in the console output
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@467689 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a45a7a3f1d
commit
b68267a341
|
@ -165,10 +165,10 @@ public class ReliableReconnectTest extends TestSupport {
|
|||
closeBroker.wait();
|
||||
}
|
||||
}
|
||||
System.err.println("Stopping broker");
|
||||
// System.err.println("Stopping broker");
|
||||
broker.stop();
|
||||
startBroker();
|
||||
System.err.println("Started Broker again");
|
||||
// System.err.println("Started Broker again");
|
||||
synchronized (messagesReceived) {
|
||||
if (messagesReceived.get() < MESSAGE_COUNT) {
|
||||
messagesReceived.wait(60000);
|
||||
|
|
Loading…
Reference in New Issue