protected JobManager jm = null;
protected JmsListenerFactory jlf = null;
protected ServiceDispatcher(GenericDelegator delegator, boolean enableJM, boolean enableJMS, boolean enableSvcs) {
Debug.logInfo("[ServiceDispatcher] : Creating new instance.", module);
factory = new GenericEngineFactory(this);
ServiceGroupReader.readConfig();
ServiceEcaUtil.readConfig();
this.delegator = delegator;
this.localContext = FastMap.newInstance();