I want to be able to manually recover from the cases:
- Triggered service fails with a ServiceException
- Triggered service fails with an ISRuntimeException, and retry limit is reached
From what I can tell, if either of these happens, a pub.publish.notification:error document is delivered to a client which I can specify. However, it doesn’t look as if that will contain a copy of the failed message.
What I’d like is to store the failed message on disk, probably as XML, so that it can be manually edited if required, and resubmitted to the queue.
Does anyone have a good pattern for doing this? I’ve thought of a few ways, but none of them are as simple or elegant as I feel it should be.
#webMethods#Integration-Server-and-ESB#broker#Universal-Messaging-Broker