return consumeSession.createConsumer(consumerDestination);
}
protected void tearDown() throws Exception {
System.out.println("Dumping stats...");
connectionFactory.getFactoryStats().dump(new IndentPrinter());
System.out.println("Closing down connection");
/** TODO we should be able to shut down properly */
session.close();