4041424344454647484950
installationDir, 20000); activeMQ.setup(); activeMQ.configure(); activeMQ.startup(10000); activeMQ.shutdown(10000); activeMQ.uninstall(); } finally { if (tmpDir != null && tmpDir.exists()) { FileUtils.deleteDirectoryAndContents(tmpDir); } }