Migrating deployable resources

You can continue to use legacy resources in IBM® Integration Bus. However, if you want to continue developing resources created in previous versions, you must migrate them.

Before you begin

About this task

You can import message flow projects or integration projects into the Version 10.0 IBM Integration Toolkit to migrate your resources from earlier versions. These resources are converted automatically to integration projects. You can then use an imported project as the basis for a new application or library. Some of your migrated resources need further work before you can continue to develop them.
Note: Message flow projects were replaced by Message Broker projects in WebSphere® Message Broker Version 8.0. Message Broker projects were renamed as integration projects in IBM Integration Bus Version 9.0.
The following list outlines the types of resource that require additional migration steps if you want to continue developing them in IBM Integration Bus:
The following table summarizes the type of resource that you must migrate into IBM Integration Bus Version 10.0 if you want to continue developing them:
Table 1. Legacy resources that require additional migration tasks
To continue developing in IBM Integration Bus Version 10.0 Resource created in Version 7.0 Resource created in Version 8.0 Resource created in Version 9.0
Message sets You must enable the menus for message set development. You must enable the menus for message set development. You must enable the menus for message set development.
Message maps You must complete the migration of message maps to graphical data maps. You must complete the migration of message maps to graphical data maps for those legacy message maps that you did not convert when you migrated to Version 8.0. New maps created in Version 8.0 are graphical data maps. You must complete the migration of message maps to graphical data maps for those legacy message maps that you did not convert when you migrated to Version 9.0. New maps created in Version 9.0 are graphical data maps.
ESQL files You must complete the migration tasks. You must complete the migration tasks. You must complete the migration tasks.
Subflows You must complete the migration of subflows created as .msgflow files into .subflow files. You must complete the migration of the legacy subflows that you did not convert when you migrated to Version 8.0. New subflows created in Version 8.0 are created as .subflow files. You must complete the migration of the legacy subflows that you did not convert when you migrated to Version 9.0. New subflows created in Version 9.0 are created as .subflow files.

Migrating message sets

About this task

In WebSphere Message Broker Version 8.0 and later, message model schema files contained in applications, integration services, and libraries are the preferred way to model messages for most data formats. Message sets are required if you use the MRM or IDOC domains. For more information about message modeling, see Message modeling concepts.

You can import message flows containing message sets from previous versions into IBM Integration Bus Version 10.0. Your existing message sets can be viewed, modified, and deployed in the usual way. However, by default, the menu options for creating new message sets or message definition files are hidden. To perform these tasks, you must first enable message set development in the IBM Integration Toolkit Preferences.

For more information, see Enabling message set development.

Migrating message maps

About this task

IBM Integration Bus Version 10.0 includes a graphical data mapping capability, which is used when you add a Mapping node to a message flow.

You can import message flows containing the following nodes, which use message mapping, from WebSphere Message Broker Version 7.0 into IBM Integration Bus Version 10.0:
  • DataDelete
  • DataInsert
  • DataUpdate
  • Extract
  • Mapping
  • Warehouse

The message mapping (.msgmap) on these Version 7.0 nodes can be viewed, compiled into a BAR file, and deployed to run the same transformation logic that was used in Version 7.0. However, the Version 7.0 message mapping operations are accessible only in read-only mode and cannot be modified. If you want to modify the transformation logic of an imported message flow that used Version 7.0 message mapping operations, you must replace the node with a new Mapping node and build a new graphical data map file (.map).

For information about converting Version 7.0 message maps (.msgmap) to Version 10.0 graphical data maps (.map), see Converting a message map from a .msgmap file to a .map file.

Migrating ESQL files

About this task

The required character set encoding for ESQL files that are used in IBM Integration Bus Version 10.0 is UTF-8. When a message flow project is migrated to an integration project, any ESQL files that the message flow project contains are read by using the character set encoding that was used in the previous version of WebSphere Message Broker, and are rewritten in UTF-8. When importing your message flow projects, note that the file encoding of the workspace and host operating system must match the file encoding with which the message flow projects were created.

Migrating subflows

About this task

Since WebSphere Message Broker Version 8, you create subflows as .subflow files.

Subflows from earlier versions of the product were created as .msgflow files. You must convert them into .subflow files if you want to continue developing them in IBM Integration Bus Version 10.0. You convert these subflows by using the function Convert to subflow.

For more information on how to convert a legacy subflow into a .subflow file, see Converting between message flows and subflows.