WebSphere Message Broker Version 8.0.0.5 Betriebssysteme: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS

Sehen Sie sich die Informationen zur aktuellen Produktversion im IBM Integration Bus Version 9.0 an.

Creating a BAR file that includes a subflow created as a .subflow file

When deploying a subflow, you need to understand how WebSphere® Message Broker packages subflows into BAR files. Building a BAR file for an application or service with the build option Compile and in-line resources not selected is the recommended approach to packaging integration solutions in WebSphere Message Broker Version 8 and later versions.

Before you begin

Set up the initial configuration. See Creating the initial configuration for the Coordinated Request Reply sample.

Procedure

To create a BAR file in WebSphere Message Broker Version 8.0.0.1, complete the following steps:

  1. Create a broker archive (BAR file) for each configuration that you want to deploy to the run time. For more information, see Creating a broker archive.
  2. Add files to the BAR file. For more information, see Adding files to a broker archive.
  3. Configure the BAR file and its resources. For more information, see Configuring the start mode of flows and applications at development time.
  4. Choose whether you want to deploy the resources in the BAR file in their compile mode or as objects. The recommended approach is to not select the Compile and in-line resources option. For more information, see BAR builder behavior for subflows created as .subflow files.
  5. Save and build the BAR file in the BAR builder.

What to do next

Deploy a subflow created as a .subflow file. For more information, see Deploying a subflow created as a .subflow file.