Properties props = new Properties();
props.put("org.omg.CORBA.ORBClass", "com.inprise.vbroker.orb.ORB");
        props.put("org.omg.CORBA.ORBSingletonClass", "com.inprise.vbroker.orb.ORB");
        props.put("vbroker.agent.port", "14000");
//        props.put("SVCnameroot", "NameService");
        props.put("SVCnameroot", "namingservice");
        props.put("ORBServices", "com.visigenic.services.CosTransactions");
props.put("ORBInitRef", "EventService=file:<fullpath + ior_filename>");