Performs finalizing processing on the message.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax
Remarks
Causes the broker to request parsers that support the finalize feature to perform their finalize processing on the message. The behavior of this processing is specific to each parser.
Bye default finalization happens automatically when a message is propagated.
Note this is the Integration Bus finalization process, not .NET Garbase Collection (GC) finalization.
See Also