NBComputeNode OnInitialize Method IBM Integration Bus
Called before a message flow deploy is committed.

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

public virtual void OnInitialize()
Remarks

This method can optionally be overridden to provide place for initialization to be performed before the node starts processing messages. If this method throws an exception, the message flow deploy will fail as the exception will cause the deployment to be rolled back.
See Also