Configuring a message flow node
When you have included an instance of a node in your message flow, you can configure its properties to customize how it works.
Before you begin
- Read the concept topic about message flow nodes
- Add a node
Viewing the properties of a node
About this task
To view a node's properties:
Procedure
Editing the properties of a node
About this task
Properties are organized into related groups and displayed on tabs. Each tab is listed on the left of the Properties view. Click each tab to view the properties that you can edit.
Procedure
What to do next
For detailed information about how to configure individual built-in nodes, see the reference topic for the relevant node (see Built-in nodes).
If you have included a user-defined node, refer to the documentation that came with the node to understand if, and how, you can configure its properties.
Editing complex properties
About this task
Procedure
- To add a value to a complex property, click Add,
enter the required fields in the dialog box that opens, then click OK.
The values appear in the table. Repeat this step to enter as many values as are required.
- To edit a value, click any element in a row, click Edit, edit any of the values in the dialog box, then click OK.
- To delete a value, click any element in a row and click Delete.
The entire row is deleted.
- To change the order of values in the table, click any element in a row and click the up icon or down icon to move the row.
Overriding properties at deployment time
About this task
You can override some node property values when you deploy a message flow. These property values are known as configurable properties, and you can use them to modify some characteristics of a deployed message flow without changing the message flow definitions. For example, you can update queue manager and data source information.
Even though you can set values for configurable properties at deployment time, you must set values for these properties within the message flow if they are mandatory. Each built-in node reference topic contains a table of properties, which identifies the configurable and mandatory properties.
You can override message flow node properties at run time by deploying policies, either directly to an integration server or in a BAR file with your message flows. Alternatively, you can put policies in the overrides sub-directory of the integration server work directory. For more information, see Overriding properties at run time with policies.