Register HHMS to NB 1. transport/TransportHandlerImpl.java 1.1 import cgl.narada.transport.hhms.*; 1.2 if(commType.equalsIgnoreCase("hhms")) _linkFactory = new HHMSLinkFactory(); 2. transport/TransportDebugFlags.java public static final boolean HHMS* = false; 3. node/BrokerNode.java 3.1 int hhmsPort = Integer.parseInt(reader.getProperty("HHMSBrokerPort")); 3.2 if(hhmsPort!=0) setUpPort(hhmsPort, "hhms"); 3.3 info.append("HHMS connection is available on TCP port [" + hhmsPort + "]\n"); 3.4 if (transportType.equals("hhms")) { props.put("HHMSServerPort", Integer.toString(portNum)); loadService = true; } 4. ~/config/BrokerConfiguration.txt HHMSBrokerPort = 5500 5. ~/classes/cgl/narada/transport/hhms put Conf.properties ----------------------------------- Narada.hostName = localhost Narada.portNum = X045 Narada.transportType = Xtcp Narada.account = guest Narada.password = password 6. cp Conf.properties to classes/cgl/narada/transport/hhms/ 7. if you add any library on runtime, you need to add classpath to starbr.sh