INTSAMPLES-19 Add Error Handling Example

This commit is contained in:
Gary Russell
2011-02-02 15:37:55 -05:00
parent a60c7a541f
commit 2df45b703f
4 changed files with 119 additions and 0 deletions

View File

@@ -69,3 +69,9 @@ This test case shows how to verify that a <gateway/> has been configured
to work as expected, including @Header parameters on the gateway method
and <method/> elements in the configuration.
...errorhandling.GatewayTests.java
This test case shows how to verify that gateway error-channel configuration
is correct, and show how to extract the cause and failed message from
the MessagingException.