From 34bc5da8a1f9dea02c5f01934b89c169c8455eb8 Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 7 Jul 2014 18:28:40 -0700 Subject: [PATCH] Completes JIRA improvement SGF-294 allowing GemFire Gateway Receivers to be configured for manual start using the Spring Data GemFire XML namespace. This commit completes the improvement in the 1.5 XSD for the SDG 1.5.0.M1 (Evans) release. --- .../gemfire/config/spring-gemfire-1.5.xsd | 139 +++++++++--------- 1 file changed, 67 insertions(+), 72 deletions(-) diff --git a/src/main/resources/org/springframework/data/gemfire/config/spring-gemfire-1.5.xsd b/src/main/resources/org/springframework/data/gemfire/config/spring-gemfire-1.5.xsd index a442dcdd..0ddc045c 100644 --- a/src/main/resources/org/springframework/data/gemfire/config/spring-gemfire-1.5.xsd +++ b/src/main/resources/org/springframework/data/gemfire/config/spring-gemfire-1.5.xsd @@ -2455,43 +2455,18 @@ Optionally specifies the GemFire gateway sender id. By default this value is the ]]> - + - + - - - - - - - - - - - - - - - @@ -2503,20 +2478,24 @@ The maximum time interval that can elapse before a partial batch is sent from a ]]> - - - - - - + + + + + + + + + + + @@ -2528,6 +2507,20 @@ Specifies the order policy. Order policy only applies if the gateway sender que KEY: Indicates that events will be concurrently processed based on the event's key, PARTITION: Indicates that events will be concurrently processed based on the event's partition (using the PartitionResolver) THREAD: Indicates that events will be concurrently processed based on the event's originating member and thread + ]]> + + + + + + + + + + @@ -2541,23 +2534,14 @@ Specifies the batch size ]]> - - - - - - + - + + + + + + @@ -2588,6 +2579,27 @@ A gateway receiver definition (requires Gemfire 7.0 or later) + + + + + + + + + + + + + + + - + - + - + - - - - - - - - - -