how to design a fallback for a spring integration service activator with circuit breaker?-open source projects josephwilk/circuit-breaker
Gary Russell
You can use an inline gateway to catch the exceptions and send them to an error channel; you can then use a router on the error flow to decide how to proceed further. Hopefully the following is reasonably easy to follow…