Description
Setting initialRedeliveryDelay on redelivery policy is not used in some use cases. In case of a session rollback, the delay is wrongly calculated as redelivery counter is incremented before. Also, according to the docs redeliveryDelay should only be used if initialRedeliveryDelay = 0, which is not the case.