808182838485868788
/** * Gets the IbatisProcessingStrategy to to use when consuming messages from the database */ public IBatisProcessingStrategy getProcessingStrategy() throws Exception { if (strategy == null) { strategy = new DefaultIBatisProcessingStategy(); } return strategy; }
787980818283848586
757677787980818283