Fix HTTP Doc

This commit is contained in:
Gary Russell
2016-02-19 10:47:39 -05:00
parent 894ce4fa80
commit f49bdd73ff

View File

@@ -372,7 +372,7 @@ inbound adapter.
<int:header-enricher>
<int:header name="http_statusCode" value="504" />
</int:header-enricher>
<int:transformer expression="payload.message" />
<int:transformer expression="payload.failedMessage" />
</int:chain>
----