liveJMSServer.stop();
}
private void start() throws Exception
{
FileConfiguration fc = new FileConfiguration();
fc.setConfigurationUrl("server-start-stop-config1.xml");
fc.start();
fc.setJournalDirectory(getJournalDir());
fc.setBindingsDirectory(getBindingsDir());
fc.setLargeMessagesDirectory(getLargeMessagesDir());
HornetQSecurityManager sm = new HornetQSecurityManagerImpl();
HornetQServer liveServer = new HornetQServerImpl(fc, sm);