This topic demonstrates how to specify a message flow project,
add a Mapping node, wire the
nodes, and set the node properties.
- Switch to the Broker Application Development perspective.
- Open the message flow (for example, AIRLINE_Mapping)
within the message flow project (for example, AIRLINE_MFP).
This message flow forms the starting point for the mapping task.
- Open the palette of nodes and
add a Mapping node to the message
flow. You might need to scroll down to find the Mapping node.
- Rename the Mapping node (for example, to XML_TO_COBOL)
by right-clicking the node and clicking Rename.
- Wire the node terminals (for example, AIRLINE_Mapping_IN > XML_TO_COBOL > AIRLINE_Mapping_OUT).
- Modify the properties of the MQInput node (for example, AIRLINE_Mapping_IN)
by right-clicking the node and clicking Properties.
- Click OK.
- Modify the properties of the Mapping node (for
example, XML_TO_COBOL).
- Set the data source as the database name (for example, AIRLINEDBALIAS)
- Click OK.
You have now created the required message flow, wired the nodes, and
set the node properties.