Files
spring-integration-samples/intermediate/errorhandling
Gary Russell 948e5135cd Generate POMs
2016-10-14 11:35:47 -04:00
..
2014-04-16 20:45:34 +03:00
2016-10-14 11:35:47 -04:00

Error Handling Sample

Demonstrates the handling of Exceptions in an asynchronous messaging environment. View the errorHandlingDemo.xml configuration file. Notice the use of a Header Enricher within a Chain, that establishes an error-channel reference prior to passing the message to a Service Activator.

In order to run the sample, execute PartyDemoTest in package org.springframework.integration.samples.errorhandling.