Hai~
I’m still learning broker handling, and I’ve stumbled on a something. Lets say we have a basic pub-sub system, a flow service (iPublish) just to publish a document to the Broker. I have a trigger (iAmTrigger) to watch for the specific doctype (publishMe), and passing over to a handler service (iAmHandler). Basic as it gets.
Thinking forward, i kinda tried what happens when the handler service crashes.I was curious what happens to the document. I noticed, it gets rejected, and so deleted.
Is there a way, to ensure the documents are not lost in these cases?
#webMethods-General#webMethods#Integration-Server-and-ESB