diff --git a/org.springframework.integration/src/main/resources/org/springframework/integration/config/xml/spring-integration-1.0.xsd b/org.springframework.integration/src/main/resources/org/springframework/integration/config/xml/spring-integration-1.0.xsd index 9adfd196f5..71fa015759 100644 --- a/org.springframework.integration/src/main/resources/org/springframework/integration/config/xml/spring-integration-1.0.xsd +++ b/org.springframework.integration/src/main/resources/org/springframework/integration/config/xml/spring-integration-1.0.xsd @@ -8,7 +8,7 @@ - + @@ -26,9 +26,11 @@ - Defines the ApplicationEventMulticaster to use for this ApplicationContext. - The "task-executor" reference is optional. If not provided, an instance of - ThreadPoolTaskExecutor will be created by default. + Defines the ApplicationEventMulticaster to use for this + ApplicationContext. + The "task-executor" reference is optional. If not provided, an + instance of + ThreadPoolTaskExecutor will be created by default. @@ -221,11 +223,26 @@ - - + + + + Defines a fail over dispatching strategy. + If message delivery to the primary Message Handler failed an + attempt will be made to deliver the message to the secondary and so on... + Primary, secondary etc... is determined by the 'order' attribute on the Message Handlers. + + + + + + + [DEFAULT] Defines a Round Robin dispatching strategy which allows for + load balancing of messages between multiple Message Handlers. Which message + handler receives the message first is determined by the 'order' attribute + of such Message Handler. + + + @@ -287,8 +304,8 @@ - Defines a Channel Adapter that receives from a MessageChannel and sends to - a method-invoking MessageHandler. + Defines a Channel Adapter that receives from a MessageChannel and sends to + a method-invoking MessageHandler. @@ -297,8 +314,8 @@ - Specifies the order for invocation when this endpoint is connected as a - subscriber to a SubscribableChannel. + Specifies the order for invocation when this endpoint is connected as a + subscriber to a SubscribableChannel. @@ -447,13 +464,15 @@ - Base type for Message Endpoint elements that accept Messages from an input-channel. + Base type for Message Endpoint elements that accept Messages from an + input-channel. - + @@ -483,7 +502,7 @@ - Base type for Message Handlers. + Base type for Message Handlers. @@ -907,7 +926,7 @@ - + - - + + @@ -986,7 +1005,8 @@ ]]> - + @@ -1010,7 +1030,8 @@ - + @@ -1039,7 +1060,7 @@ - +