Commit Graph

5 Commits

Author SHA1 Message Date
Josh Long
004d277c81 javadoc 2016-02-12 17:12:40 +01:00
Gary Russell
6396f11878 AMQP-334 Support Unwrapping Exceptions for Retry
With Spring AMQP, the exception thrown to the
RetryTemplate is a ListenerExecutionFailedException
with the business exception in the cause. This means
Exception categorization does not work.

Provide a retry policy/classifier that can examine
exception causes until a match is found.

If so configured, the retry policy should categorize
exceptions by traversing the cause if the current
exception is not itself categorized.
2013-09-28 09:21:48 -04:00
Dave Syer
df8941eb60 Use concurrent map in classifier 2011-04-05 11:57:50 +01:00
Dave Syer
a97db67845 Supress serialization warnings 2011-03-25 12:44:41 +00:00
Dave Syer
9dd0346f31 Add test cases and re-org packages 2010-12-21 17:57:32 +00:00