From 48d002f6791c3785e7559e6e2bc30e6da91eb8eb Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Thu, 5 May 2011 17:36:58 -0400 Subject: [PATCH] INT-1894 added support for splitter that's in the chain to have 'apply-sequence' attribute --- .../config/xml/spring-integration-2.0.xsd | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/spring-integration-core/src/main/resources/org/springframework/integration/config/xml/spring-integration-2.0.xsd b/spring-integration-core/src/main/resources/org/springframework/integration/config/xml/spring-integration-2.0.xsd index 34e0b1eb16..2a8ac6b877 100644 --- a/spring-integration-core/src/main/resources/org/springframework/integration/config/xml/spring-integration-2.0.xsd +++ b/spring-integration-core/src/main/resources/org/springframework/integration/config/xml/spring-integration-2.0.xsd @@ -1088,7 +1088,24 @@ endpoint itself is a Polling Consumer for a channel with a queue. - + + + + + + + + Set this flag to false to prevent adding sequence related headers in this splitter. This + can be + convenient in cases where the set sequence numbers conflict with downstream custom + aggregations. + + + + + + +