this.producerType = ProducerType.MULTI;
this.waitStrategy = new BlockingWaitStrategy();
coolingDownPeriod = 1000;
cache = NoCache.INSTANCE;
rescheduleCommandsOnCorruptState = true;
rollbackConfiguration = new RollbackOnUncheckedExceptionConfiguration();
commandTargetResolver = new AnnotationCommandTargetResolver();
}