Deployment is the process of transferring data to an integration server on an integration node so that the data can take effect in the integration node. Message flows and associated resources are packaged in BAR files for deployment.
When you create application resources such as message flows in the IBM® Integration Toolkit, you must distribute them to the integration node on which you want them to run. Data for message flows and associated resources is packaged in a BAR file before being sent to the integration node.
Try to avoid a mixed deployment case that has message flows deployed as CMF and subflows (.subflow) deployed as source files, along with the ESQL modules that are referenced by these subflows. For more information about this behavior, and examples of the recommended deployment options, see Deploying solutions.
After you create a BAR file, you can customize the file for deployment to different integration nodes (for example, to specify queue names or data source names). For more information about customizing your BAR file, see Configurable properties of a BAR file.
You can also use operational policies to control certain aspects of message flow behavior at run time. For more information, see Operational policy.
After you read these overview topics, find detailed instructions for the tasks that you want to complete in subsequent topics in this section.