strmqbrk: Migrate the IBM WebSphere MQ Version 6.0 publish/subscribe broker to Version 7.5

Migrate the persistent state of a IBM® WebSphere® MQ publish/subscribe broker to a Version 7.5 queue manager.

Purpose

Use the strmqbrk command to migrate the state of a IBM WebSphere MQ Version 6.0 publish/subscribe broker to IBM WebSphere MQ Version 7.5 queue manager. If the queue manager has already been migrated, no action is taken.

In IBM WebSphere MQ Version 6.0, strmqbrk started a broker. IBM WebSphere MQ Version 7.5 publish/subscribe cannot be started in this manner. To enable publish/subscribe for a queue manager, use the ALTER QMGR command.

You can also use the runmqbrk command. This has the same parameters as strmqbrk and exactly the same effect.

Syntax

AIX®, HP-UX, Linux®, Solaris, and Windows

Read syntax diagramSkip visual syntax diagramstrmqbrk -p ParentQMgrNameDefault queue manager -m QMgrName -f QMgrDataDir/psmigr.log  -l LogFileName

Optional parameters

AIX, HP-UX, Linux, Solaris, and Windows

-pParentQMgrName
Note: This option is deprecated. strmqbrk migrates the parent connection automatically.
If you specify the current parent queue manager, a warning message is issued and migration continues. If you specify a different queue manager, a error is issued and migration is not performed.
-mQMgrName
The name of the queue manager to be migrated. If you do not specify this parameter, the command is routed to the default queue manager.
-f
Force migration. This option specifies that objects created during the migration replace existing objects with the same name. If this option is not specified, if migration would create a duplicate object, a warning is issued, the object is not created, and migration continues.
-lLogFileName
Log migration activity to the file specified in LogFileName.

Syntax

IBM i

Read syntax diagramSkip visual syntax diagramSTRMQMBRK -PARENTMQM(ParentQMgrName) -MQMNAME QMgrName

Optional parameters

AIX, HP-UX, Linux, Solaris, and Windows

-PARENTMQM(ParentQMgrName)
Note: This option is deprecated.
If you specify the current parent queue manager, a warning message is issued and migration continues. If you specify a different queue manager, a warning is issued and migration is not performed.
-MQMNAMEQMgrName
The name of the queue manager to be migrated. If you do not specify this parameter, the command is routed to the default queue manager.