You can throw an exception from your triggered service. This will cause the document to be “nak’d” to the Broker, which will deliver it again.
No. This is the whole point of pub/sub–once an event is published, the publisher is done. The publisher has no idea if the subscriber(s) have processed the document successfully. Indeed, the publisher has no idea that any subscribers even exist. If you want/need this sort of control, don’t use notification and don’t use Broker.
#webMethods#Adapters-and-E-Standards#Integration-Server-and-ESB