JMSServerManagerImpl jmsServer = new JMSServerManagerImpl(server);
InVMContext context = new InVMContext();
jmsServer.setContext(context);
jmsServer.start();
jmsServer.createTopic(true, "tt", "/topic/TT");
server.getHornetQServerControl().addAddressSettings("jms.topic.TT",
"DLQ",
"DLQ",
false,