Hi all,
I need to implement a custom retry template in my spring integration project.What I am trying to achieve is to retry my messages using a backoff policy and I need to avoid the retry if it is due to certain exception.
What can I do accomplish this??
Thanks
