I would like to configure a DeadLetterChannel ErrorHandler that handles both exceptions and faults. The ExceptionClause documentation provides a nice Spring DSL example. However, I have not found similar documentation describing how faults should be handled using Spring DSL. Would it be possible to provide a simple example?
I took a look at http://fisheye6.atlassian.com/browse/activemq/camel/trunk/components/camel-spring/src/test/java/org/apache/camel/spring/processor/SpringFaultRouteTest.java?r=659491 but unfortunately it appears to currently be a work-in-progress. Thanks for your assistance. /Ron -- View this message in context: http://www.nabble.com/How-to-configure-ErrorHandler---%3ChandleFault%3E-in-Spring-DSL-tp20209640s22882p20209640.html Sent from the Camel - Users mailing list archive at Nabble.com.
