We use universal messaging for pub/sub transactions with webMehtods. Recently we have a few triggers which are getting stuck and to resolve the issue, we have to either reset the trigger or reset the IS.
Is there a way we could set a notification on the trigger queue such that whenever stuck, we could get an email notification about the same?
when the trigger is configured for “Suspend and Retry later” as ErrorHandling method, you must provide a monitoring service for determing when to resume the trigge processing.
From Service Development Help, Chapter 28:
The Informations about how to build a monitoring service can be found in appendix B in the Publih-Subscribe Developer´s Guide.