Hi, What will happen in following case:
publilcThreadPoolSize is to 16. But FifoQueueCollisionSpi is used instead of NoopCollisionSpi. FifoQueueCollisionSpi.setParallelJobsNumber(32); 1) Will ignite execute 32 jobs in parallel even though the publicThreadPool size is set to 16? 2) Is there any configuration to set fifo queue size as well so that number of jobs that be submitted to this queue can be limited? Thanks, Prasad
