3738394041424344454647
derby.uninstall(); EmbeddedActiveMQ activeMQ = new EmbeddedActiveMQ( installationDir, 20000); activeMQ.setup(); activeMQ.configure(); activeMQ.startup(10000); activeMQ.shutdown(10000); activeMQ.uninstall(); } finally { if (tmpDir != null && tmpDir.exists()) {