From 3e0f17258b3cdb61d4c4818ed8aed2dca29d84bf Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Tue, 4 Mar 2014 17:15:57 -0500 Subject: [PATCH] INT-3404 Clarify Router Attributes JIRA: https://jira.springsource.org/browse/INT-3304 Add notes to explain the relationship between `resolution-required` and `default-output-channel`. --- src/reference/docbook/router.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/reference/docbook/router.xml b/src/reference/docbook/router.xml index 3c2f4110bc..273840fbae 100644 --- a/src/reference/docbook/router.xml +++ b/src/reference/docbook/router.xml @@ -270,6 +270,10 @@ add the nullChannel as the default output channel attribute value. + + A Message will only be sent to the default-output-channel if + resolution-required is false and the channel is not resolved. + resolution-required @@ -285,6 +289,11 @@ optional attribute will, if not explicitly set, default to true. + + A Message will only be sent to the default-output-channel, if + specified, when resolution-required is false and the channel + is not resolved. + ignore-send-failures