Integer sslPort = Integer.parseInt(getConfigurationStringProperty("connector.sslport"));
startBroker();
// Now we can create the monitor as _outputFile will now be defined
_monitor = new LogMonitor(_outputFile);
// //Clear any startup messages as we don't need them for validation
// _monitor.reset();
//Stop the broker to get the log messages for testing