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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user