NBMessage FinalizeMessage Method IBM Integration Bus
Performs finalizing processing on the message.

Namespace: IBM.Broker.Plugin
Assembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax

public void FinalizeMessage()
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