mirror of
https://github.com/apache/activemq.git
synced 2025-02-17 15:35:36 +00:00
see what goes on with the listener when org.apache.activemq.transport.failover.FailoverTransportBrokerTest#testNoBrokersInBrokerInfo fails
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1071939 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c1f4dc94bb
commit
8649f65c54
@ -123,6 +123,7 @@ public class FailoverTransportBrokerTest extends NetworkTestSupport {
|
||||
c.setListener(new TransportListener() {
|
||||
@Override
|
||||
public void onCommand(Object command) {
|
||||
LOG.info("Got command: " + command);
|
||||
if (command instanceof BrokerInfo) {
|
||||
info[0] = (BrokerInfo) command;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user