spring boot and activemq retry
I use spring boot with java 17 and activemq.
When an exception occurs I want to retry with delay 60 seconds.
The problem is that every time an exception is thrown in my application, the number of retries is 7 and there is no delay between them.
Could you please check my code?