public static String locatorURI = "socket://localhost:5400";
private TransporterServer server = null;
public void start() throws Exception
{
server = TransporterServer.createTransporterServer(getLocatorURI(), new CustomerProcessorImpl(),
CustomerProcessor.class.getName(), true);
}