SGF-371 - The GatewayReceiverFactoryBean needs to set GatewayReceiverFactory.setManualStart(false) in GemFire 8.1 in order to enable manual starts on a GatewayReceiver.

This commit is contained in:
John Blum
2015-02-06 19:12:09 -08:00
parent c0aed1984c
commit 79f6025647
5 changed files with 63 additions and 18 deletions

View File

@@ -12,7 +12,7 @@
<util:properties id="gemfireProperties">
<prop key="name">ManualGatewayReceiverStartIntegrationTest</prop>
<prop key="mcast-port">0</prop>
<prop key="log-level">config</prop>
<prop key="log-level">warning</prop>
</util:properties>
<gfe:cache properties-ref="gemfireProperties"/>