obs = new DataObserver(tmeRoot + "/broker/" + host, this, false, 0);
}
public void start() throws Exception {
logger.info("Starting OpenMQ Broker...");
ClientRuntime clientRuntime = ClientRuntime.getRuntime();
brokerInstance = clientRuntime.createBrokerInstance();
// Although only -imqhome and -varhome options are listed as possible
// args, as shown in BrokerInstance.parseArgs(), the -libhome option is
// also supported according to BrokerProcess.convertArgs(), where the
// BrokerProcess class is the base class of all three possible