Optional parameters

CommandScope (MQCFST)
Command scope (parameter identifier: MQCACF_COMMAND_SCOPE).

Specifies how the command is executed when the queue manager is a member of a queue-sharing group. You can specify one of the following:

The maximum length is MQ_QSG_NAME_LENGTH.

SharedChannelRestart (MQCFIN)
Shared channel restart (parameter identifier: MQIACH_SHARED_CHANNEL_RESTART).

Specifies whether the channel initiator should attempt to restart any active sending channels , started with the ChannelDisposition parameter set to MQCHLD_SHARED, that it owns on another queue manager. The value can be:

MQCHSH_RESTART_YES
Shared sending channels are to be restarted. This is the default.
MQCHSH_RESTART_NO
Shared sending channels are not to be restarted, so will become inactive.

Active channels started with the ChannelDisposition parameter set to MQCHLD_FIXSHARED are not restarted, and always become inactive.