if (getName().equals("testEnabledStatisticsReporting"))
{
setConfigurationProperty("statistics.reporting.period", "10");
}
_monitor = new LogMonitor(_outputFile);
super.setUp();
_brokerUrl = getBroker().toString();
_conToVhost1 = new AMQConnection(_brokerUrl, USER, USER, "clientid", VHOST_NAME1);