diff --git a/docs/src/reference/docbook/jms.xml b/docs/src/reference/docbook/jms.xml index ac64c5b8f4..e301569c87 100644 --- a/docs/src/reference/docbook/jms.xml +++ b/docs/src/reference/docbook/jms.xml @@ -83,6 +83,18 @@ be passed along to the MessageChannel as soon as they are received from the underlying JMS consumer. + Finally, the <message-driven-channel-adapter> also accepts the 'error-channel' attribute. This + provides the same basic functionality as described in . + +]]> + When comparing this to the generic gateway configuration, or the JMS 'inbound-gateway' that will + be discussed below, the key difference here is that we are in a one-way flow + since this is a 'channel-adapter', not a gateway. Therefore, the flow downstream from the + 'error-channel' should also be one-way. For example, it could simply send to a logging handler, + or it could be connected to a different JMS <outbound-channel-adapter> element. +