From d167e4d0b808d752e08fd296825b4cb68ec56eb6 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Tue, 16 Nov 2010 09:54:29 -0500 Subject: [PATCH] fixed syntax --- docs/src/reference/docbook/jms.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/reference/docbook/jms.xml b/docs/src/reference/docbook/jms.xml index e301569c87..0ce46ee7c7 100644 --- a/docs/src/reference/docbook/jms.xml +++ b/docs/src/reference/docbook/jms.xml @@ -94,7 +94,7 @@ 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. - +
@@ -177,6 +177,7 @@ could be a simple POJO that creates error response objects, you could reference the "nullChannel" to suppress the errors, or you could leave 'error-channel' out to let the Exception propagate. +