I don't know, but maybe you can implement your own RedeliveryHandler and handle it yourself if it's not possible in any other way. Check out the docs for the JmsProvider.
Pete M wrote:
UWD wrote:
If you mean the maxRedelivery property yes. You can set an exception strategy on your JMS connector as well.
Ulf
Hi, thanks for the reply. I have set this up now.
As a foloow on question, is it possible to delay the retry? A jms message can have delivery time properties set. can I cause these properties to be set on the retries so the retry doesnt occur until say after 3 hours?
Thanks
Pete