IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

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
Expand all | Collapse all

How Handle Transient Error

  • 1.  How Handle Transient Error

    Posted Mon January 14, 2019 01:05 PM

    My goal is to ensure that messages aren’t being lost whenever the trigger subscription service fails for whatever reason. From a monitoring perspective, I was hoping that messages get queued up for retry. I’m manually handling this by invoking the suggested service, “throwExceptionForRetry”. I forced the trigger service to fail which goes to the catch block. The catch block calls the “throwExceptionForRetry”. Another message get published. When I look at Command Central for the subscription service, I don’t see any “Outstanding Events”. I thought the “throwExceptionForRetry” kinda throw the message back to the queue.


    #Universal-Messaging-Broker
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: How Handle Transient Error

    Posted Mon January 14, 2019 02:13 PM

    I think I got it. It’s a combination of setting the trigger service properties to deal with transient error and updating the subscription service to perform a retry or not. Looks like it’s working as I expected it.


    #Integration-Server-and-ESB
    #webMethods
    #Universal-Messaging-Broker