Configuring Multi-site (WAN) Deployments / Steps to Configure a Multi-site Deployment |
GemFire XD can start a gateway sender process by default, but you can also specify a manual start when you create a sender.
CALL SYS.START_GATEWAYSENDER ("CLUSTER-1-SENDER");
This starts a primary gateway sender process in the configured server group, with secondary senders in standby mode.
CALL SYS.WAIT_FOR_SENDER_QUEUE_FLUSH('CLUSTER-1-SENDER', 'FALSE', 0); CALL SYS.STOP_GATEWAYSENDER ("CLUSTER-1-SENDER");