From 2f5bf21e1607e8119605fc943d73e060094aea3e Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Thu, 4 Aug 2011 15:13:44 -0400 Subject: [PATCH] INT-2019 added 'order' attribute for AMQP 'outbound-gateway' and 'outbound-channel-adapter' elements --- .../amqp/config/spring-integration-amqp-2.1.xsd | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/spring-integration-amqp/src/main/resources/org/springframework/integration/amqp/config/spring-integration-amqp-2.1.xsd b/spring-integration-amqp/src/main/resources/org/springframework/integration/amqp/config/spring-integration-amqp-2.1.xsd index d4fa172d1a..a9da9cb716 100644 --- a/spring-integration-amqp/src/main/resources/org/springframework/integration/amqp/config/spring-integration-amqp-2.1.xsd +++ b/spring-integration-amqp/src/main/resources/org/springframework/integration/amqp/config/spring-integration-amqp-2.1.xsd @@ -67,6 +67,13 @@ + + + + The order for this consumer when multiple consumers are regsitered thereby enabling load-balancing and/or failover. + + + @@ -396,6 +403,13 @@ + + + + The order for this consumer when multiple consumers are regsitered thereby enabling load-balancing and/or failover. + + +