I need to introduce a delay between attempts to delivery the same failed message and I would rather do this as a configuration issue rather than through the construction of an elaborate series of queues.
I am looking for a way to define the Redelivery Delay on a MQ Server. On the
jBoss implementation that we are using during our development we can do this by changing the value of "RedeliveryDelay" using the MBean associated with the Queue.
Is there anyway to configure the delay between redeliveries of failed messages on an MQ Server? (We are currently using IBM WebSphere MQ v5.3 in our production environment)
Thanks