WebSphere Message Broker, Version 8.0.0.7 Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS

See information about the latest product version

Creating the initial configuration

This scenario was developed by using a sample initial configuration. You can set up the sample initial IT configuration to try out the scenario in the same way as it was originally developed.

Before you begin

  • Download a copy of the file InitialConfig.zip.
  • Make sure you have access to a WebSphere® Message Broker runtime environment and a WebSphere Message Broker Toolkit installation with the default configuration deployed. For more information about installing WebSphere Message Broker components, see Installing WebSphere Message Broker.

About this task

Complete the following steps to set up the sample initial configuration that was used to develop the scenario.

Procedure

  1. From the WebSphere Message Broker Toolkit menu, click File > Import > Other > Project Interchange and then click Next. The Import Projects dialog box opens.
  2. Next to the drop-down menu for the "From zip file" field, click Browse, navigate to the InitialConfig.zip file and click Open. The Import Projects dialog box is populated with the list of resources from the InitialConfig.zip file.
  3. Ensure that all the resources are selected and click Finish. In the Application Development pane you should see the following entries:
    • Two applications, App1 and App2, each of which contains a message flow and a reference to the MessageMappingLib library.
    • The MessageMappingLib library, which contains a number of schema definitions and a single map called MapPaymentProcessingToCanonical.map
    • A BAR file named InitialConfig.bar.
    • In the Independent Resources folder, two Message Broker projects, Proj1 and Proj2, each of which contains a message flow, and which references the MessageMappingLib library.
      Note: To see the library reference, right-click the Message Broker project name, and then click Manage Library references.
  4. To deploy the InitialConfig.bar BAR file, right-click on the BAR file name, click Deploy, select an execution group, and click Finish. The resources (the App1 and App2 applications, the Proj1Flow1 and Proj2Flow1 message flows from the two Message Broker projects, and the MessageMappingLib library) are deployed to the execution group.

Results

You have deployed the initial configuration. For screen captures that show the expected initial development and runtime environments, see Initial configuration for the scenario.