This is called by the broker once the message tree has been constructed.
Namespace: IBM.Broker.Plugin.ConnectorAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax
Parameters
- root
- Type: IBM.Broker.Plugin NBElement
The root element of the message to be propagated.
Return Value
Type: DataValidationRemarks
Return 'Ok' if the data is constructed correctly. Return 'Consumed' if the message must be discarded and not processed any further.
The default implmentation will return 'Ok' unless an Exception was set on the record. If an Exception was set on the record, then the Exception will be rethrown instead.
Throwing an Exception will cause the message will be sent to the failure terminal.
The Root element can be used to simply examine the message to be propagated or it can be used to construct the whole message in its entirety.
See Also