public void setUp() throws Exception
{
getBrokerConfiguration().addJmxManagementConfiguration();
_jmxUtils = new JMXTestUtils(this);
// System test normally run with log for4j test config from beneath test-profiles. We need to
// copy it as some of our tests write to this file.
File tmpLogFile = File.createTempFile("log4j" + "." + getName(), ".xml");