NBMessageAssembly ClassIBM Integration Bus
NBMessageAssembly is the top level structure used to pass messages between nodes. As well as the message itself, it also contains the exception list and the local and global environments all represented by NBMessage objects.
Inheritance Hierarchy

OnlineSystem Object
  IBM.Broker.Plugin NBMessageAssembly

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

public class NBMessageAssembly : IDisposable
Remarks

Warning: caching NBMessageAssembly objects over multiple message flow invocations is unsupported because the internal state will be reset at the end of each message flow invocation.
See Also