9293949596979899100101102
{ if ("STOP".equals(line.trim())) { server.stop(); jndiServer.stop(); namingInfo.stop(); System.out.println("Server stopped"); System.exit(0); } else {
96979899100101102103104105106
133134135136137138139140141142143
// Step 11. Stop the JMS server jmsServer.stop(); System.out.println("Stopped the JMS Server"); // Step 12. Stop the JNDI server naming.stop(); jndiServer.stop(); System.exit(0); } } catch (Exception e)