Description
Make RedeliveryPolicy.RedeliveryDelay a virtual method so that it can be overridden. We have enhanced redelivery logic to include optimistic and pessimistic client ack redeliveries. Would be nice if we could encapsulate this into the RedeliveryDelay method. By default java methods are virtual so this shouldn't be a problem IMO.