Use the mqsimigratemfmaps command to create new .msgmap files in the WebSphere® Message Broker Version 6.0 format, based on existing .mfmap from WebSphere Business Integration Message Broker Version 5.0.
When the command has completed:
The command executable file is located in install_dir/eclipse/.
You must specify only one of all or p.
You must specify only one of all or p.
The workspace location is also the default location for projects. Relative paths are interpreted as being relative to the directory from which the command was started.
If you do not specify an alternative path, this command generates a detailed migration log in the folder from which you ran the command. The log file has the default name of mqsimigratemfmaps.report.txt. If the file already exists, new information is appended to the existing content.
The following example migrates the sample project in the c:\wmqi\test directory.
mqsimigratemfmaps -p sample -data c:\wmqi\test
The following example migrates all the mapping definitions that are defined in the project MyFlowProject. The migration process is recorded in the log file c:\temp\migration.log.
mqsimigratemfmaps -p MyFlowProject -data c:\mbtk\workspace -log c:\temp\migration.log
The following example migrates the mappings that you have defined in all the projects in the directory c:\mbtk\workspace. The -log parameter is not specified, therefore the log file mqsimigratemfmaps.report.txt is created in the directory from which the command is started.
mqsimigratemfmaps -all -data c:\mbtk\workspace