System.out.println("Sending XML manifest...");
c.send(manifestDestination, manifest, header);
System.out.println("Sending XML command...");
c.send(commandDestination, command, header);
System.out.println("Sending XML event...");
c.send(eventDestination, event, header);
System.out.println("sent");
} catch (IOException ex) {
Logger.getLogger(JavaStompClientExample.class.getName()).log(Level.SEVERE, null, ex);
} catch (LoginException ex) {
Logger.getLogger(JavaStompClientExample.class.getName()).log(Level.SEVERE, null, ex);