In the same way as you can easily add an advice to a poller (for a queue-channel) so as to apply it to the entire downstream flow, is there a way to make the whole downstream flow of an executor-channel task retry-able ?
Asked
Active
Viewed 57 times
1 Answers
1
Implement a HandleMessageAdvice
with a RetryTemplate
and add it to the first component's advice chain.

Gary Russell
- 166,535
- 14
- 146
- 179