Stopping an execution group with the mqsistopmsgflow command
================================================================
To start an execution group by using the mqsistopmsgflow command:
1. Open a command prompt that has the environment configured for your current installation.
2. Enter the mqsistopmsgflow command, specifying the parameters for the execution group that you want to stop.
* If the broker is local, specify the broker name. For example:
mqsistopmsgflow
MB7BROKER -e EGroup_2
* If the broker is remote, you can specify a configuration file. For example:
mqsistopmsgflow -n
MB7BROKER.broker -e EGroup_2
* If the broker is remote, you can alternatively specify one or more of the connection parameters -i, -p, -q. For example:
mqsistopmsgflow -q
MB7QMGR -e EGroup_2
If you want to stop all the execution groups on a broker, specify the -g flag instead of -e.
See the mqsistopmsgflow command description for more details about these options.
================================================================
To start an execution group by using the mqsistopmsgflow command:
1. Open a command prompt that has the environment configured for your current installation.
2. Enter the mqsistopmsgflow command, specifying the parameters for the execution group that you want to stop.
* If the broker is local, specify the broker name. For example:
mqsistopmsgflow
MB7BROKER -e EGroup_2
* If the broker is remote, you can specify a configuration file. For example:
mqsistopmsgflow -n
MB7BROKER.broker -e EGroup_2
* If the broker is remote, you can alternatively specify one or more of the connection parameters -i, -p, -q. For example:
mqsistopmsgflow -q
MB7QMGR -e EGroup_2
If you want to stop all the execution groups on a broker, specify the -g flag instead of -e.
See the mqsistopmsgflow command description for more details about these options.
Comments
Post a Comment