mirror of https://github.com/apache/activemq.git
https://issues.apache.org/jira/browse/AMQ-4108 - master broker advisory - fix sub-test failures
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1404196 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
34f18b6fc7
commit
90beb3fb7d
|
@ -40,7 +40,7 @@ public abstract class LockableServiceSupport extends ServiceSupport implements L
|
|||
long lockKeepAlivePeriod = 0;
|
||||
private ScheduledFuture<?> keepAliveTicket;
|
||||
private ScheduledThreadPoolExecutor clockDaemon;
|
||||
private BrokerService brokerService;
|
||||
protected BrokerService brokerService;
|
||||
|
||||
/**
|
||||
* Initialize resources before locking
|
||||
|
|
|
@ -83,7 +83,6 @@ public class JDBCPersistenceAdapter extends DataSourceServiceSupport implements
|
|||
public static final long DEFAULT_LOCK_KEEP_ALIVE_PERIOD = 30 * 1000;
|
||||
|
||||
private WireFormat wireFormat = new OpenWireFormat();
|
||||
private BrokerService brokerService;
|
||||
private Statements statements;
|
||||
private JDBCAdapter adapter;
|
||||
private MemoryTransactionStore transactionStore;
|
||||
|
@ -314,7 +313,6 @@ public class JDBCPersistenceAdapter extends DataSourceServiceSupport implements
|
|||
}
|
||||
}, 0, cleanupPeriod, TimeUnit.MILLISECONDS);
|
||||
}
|
||||
|
||||
createMessageAudit();
|
||||
}
|
||||
|
||||
|
|
|
@ -64,4 +64,7 @@ public class DbRestartJDBCQueueMasterSlaveLeaseQuiesceTest extends DbRestartJDBC
|
|||
restartDelay = 3000;
|
||||
testSendReceive();
|
||||
}
|
||||
|
||||
// ignore this test case
|
||||
public void testAdvisory() throws Exception {}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue