Hello,
We have an application on WAS 8.0 ND and connects to Websphere MQ 7.0.
The application connects to and gets messages from MQ using spring framework (no MDBs).
The queue from which the application tries to get messages from and processes has a Backout queue with threshold of 3. So if there is any message which fails to get processed by app after 3 attempts is moved to Backout queue.
We want to put a delay between that reattempt of processing the same message.
Is there any way to do so from Websphere Application Server side?
Please let me know if you need any further info on my question. Any info on this is highly appreciated