From e35c10a769b211c2df1deb2dd749f78f64dd1541 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Thu, 2 Jul 2009 05:39:55 +0000 Subject: [PATCH] INT-697 - updated documentation around namespace support for RecipientListRouter --- spring-integration-reference/src/router.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/spring-integration-reference/src/router.xml b/spring-integration-reference/src/router.xml index 3f6ba57d26..0a0f6331d1 100644 --- a/spring-integration-reference/src/router.xml +++ b/spring-integration-reference/src/router.xml @@ -116,6 +116,19 @@ no matching payload for a PayloadTypeRouter and no "defaultOutputChannel" has been specified), then an Exception will be thrown. + + Configuration for RecipientListRouter is also supported via namespace support provided by Spring Integration (see ). + Example below demonstrates namespace-based configuration of RecipientListRouter and all the supported attributes using Spring Integration namespace support: + + + + + +]]> +