synchronized (this) {
this.wait(5000); // wait for 5 secs
}
// Create a new broker on port 8119
bs = setupSecondaryBroker(false);
bs.waitUntilStarted();
System.setProperty("SecondaryBrokerURL",bs.getConnectorByName(DEFAULT_BROKER_URL_KEY_2).getUri().toString());
// Start the uima AS client. It connects to the top level service and sends
// 10 messages
runTest(null, eeUimaEngine, bs.getConnectorByName(DEFAULT_BROKER_URL_KEY_2).getUri().toString(), "TopLevelTaeQueue", 10,
PROCESS_LATCH);