This closes #416

This commit is contained in:
Clebert Suconic 2016-03-10 08:49:25 -05:00
commit 4fb51eff1d
1 changed files with 1 additions and 1 deletions

View File

@ -256,9 +256,9 @@ public class ReconnectTest extends ActiveMQTestBase {
@Override
public void beforeReconnect(ActiveMQException exception) {
latchCommit.countDown();
threadToBeInterrupted.add(Thread.currentThread());
System.out.println("Thread " + Thread.currentThread() + " reconnecting now");
latchCommit.countDown();
}
});