109110111112113114115116117118119
Debug.logWarning(e.getMessage(), module); } // make sure we haven't disabled these features from running if (enableJMS) { this.jlf = new JmsListenerFactory(this); } if (enableSvcs) { this.runStartupServices(); }
115116117118119120121122123124125
Debug.logWarning(e.getMessage(), module); } // make sure we haven't disabled these features from running if (enableJMS && this.delegator.getEnabledJMS()) { this.jlf = new JmsListenerFactory(this); } if (enableSvcs) { this.runStartupServices(); }
104105106107108109110111112113114
102103104105106107108109110111112
Debug.logWarning(e.getMessage(), module); } } if (enableJMS) { this.jlf = new JmsListenerFactory(this); } if (enableSvcs) { this.runStartupServices(); }