public void stop() throws Exception {
shutdown.set(true);
if (session != null)
session.close();
ClientSession coreSession = sf.createSession(false, false, false);
coreSession.deleteQueue(QUEUE_EXAMPLE_QUEUE);
coreSession.close();
}
public void sendMessage(String txt) throws Exception {
System.out.println("-----> Attempting to send message");