To set redelivery delay to more than 60000, I had to set both
redeliverDelay and maximumRedeliveryDelay. 

onException(Exception.class)
.handled(true)
.maximumRedeliveries(3)
.maximumRedeliveryDelay(70000l)
.redeliverDelay(70000l);

Javadocs say that maximumRedeliveryDelay "Sets the maximum redelivery
delay if using exponential back off." But it seems that it applies
always. Maybe you just need to change the docs to reflect that ?



-- 
Dragisa Krsmanovic
Java Developer
Public Library of Science 
http://www.plos.org


--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
This email is confidential to the intended recipient. If you have received it 
in error, please notify the sender and delete it from your system. Any 
unauthorized use, disclosure or copying is not permitted. The views or opinions 
presented are solely those of the sender and do not necessarily represent those 
of Public Library of Science unless otherwise specifically stated. Please note 
that neither Public Library of Science nor any of its agents accept any 
responsibility for any viruses that may be contained in this e-mail or its 
attachments and it is your responsibility to scan the e-mail and attachments 
(if any).

Reply via email to