Implements JIRA task SGF-270 removing the validation logic and restriction on creating concurrent, parallel AsyncEventQueues in GemFire, which is supported in GemFire 8 and above.

This commit is contained in:
John Blum
2014-08-15 16:18:54 -07:00
parent 5931f1292f
commit 0f0e6a7b52
2 changed files with 31 additions and 33 deletions

View File

@@ -100,7 +100,6 @@ public class AsyncEventQueueFactoryBean extends AbstractWANComponentFactoryBean<
}
if (dispatcherThreads != null) {
Assert.isTrue(isSerialEventQueue(), "The number of Dispatcher Threads cannot be specified with a Parallel Event Queue.");
asyncEventQueueFactory.setDispatcherThreads(dispatcherThreads);
}