Sure. There are several ways in which this can be achieved as long as you’re willing to do some extra coding.
From your posts, it sounds like you are capable of re-publishing the data, right? The problem is that you don’t want all the triggers to be re-executed again.
Here’s one possible solution: modify your publishing service so that it takes as input an optional variable called destId, for example. Your service should look at this variable and if the variable is null, then publish the document. Otherwise, use pub.publish:deliver to deliver the document to that specific trigger.
#broker#Universal-Messaging-Broker#webMethods#Integration-Server-and-ESB