INT-2411 default-output-channel Ignored on RLR
https://jira.springsource.org/browse/INT-2411 Namespace problem only; the default-output-channel was not bound to the RecipientListRouter. Workaround is to declare the router using <bean/> syntax.
This commit is contained in:
committed by
Mark Fisher
parent
9970cb03b4
commit
46c9c807a2
@@ -65,6 +65,7 @@ public class RecipientListRouterParser extends AbstractConsumerEndpointParser {
|
||||
IntegrationNamespaceUtils.setValueIfAttributeDefined(recipientListRouterBuilder, element, "timeout");
|
||||
IntegrationNamespaceUtils.setValueIfAttributeDefined(recipientListRouterBuilder, element, "ignore-send-failures");
|
||||
IntegrationNamespaceUtils.setValueIfAttributeDefined(recipientListRouterBuilder, element, "apply-sequence");
|
||||
IntegrationNamespaceUtils.setReferenceIfAttributeDefined(recipientListRouterBuilder, element, "default-output-channel");
|
||||
return recipientListRouterBuilder;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user