WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only

Delay before retrying a message from MQ

  • 1.  Delay before retrying a message from MQ

    Posted 02/10/15 12:41 PM
    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