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

This commit is contained in:
John Blum
2014-08-15 16:27:15 -07:00
parent 0f0e6a7b52
commit 6e8353a6e2
2 changed files with 23 additions and 25 deletions

View File

@@ -117,8 +117,6 @@ public class GatewaySenderFactoryBean extends AbstractWANComponentFactoryBean<Ga
}
if (dispatcherThreads != null) {
Assert.isTrue(isSerialGatewaySender(),
"The number of Dispatcher Threads cannot be specified with a Parallel Gateway Sender Queue.");
gatewaySenderFactory.setDispatcherThreads(dispatcherThreads);
}