About this task
For each integration node,
IBM® Integration Bus maintains
a set of properties. You can access some of these properties from
your code running within a
.NETCompute node. It can be
useful, during the run time of your code, to have real-time access
to details of a specific node, flow, or integration node. Integration node properties
are divided into four categories:
- Properties that relate to a specific node
- Properties that relate to nodes in general
- Properties that relate to a message flow
- Properties that relate to the integration server
To access integration node properties in a
.NETCompute node, call methods
on the following classes:
- NBBroker
- NBExecutionGroup
- NBMessageFlow
- NBNode