Deleting an execution group from a broker using the command line

Before you start:

You must complete the following tasks:

Instead of employing the Message Brokers Toolkit, you can use this task as an alternative method of deleting an execution group .

For more details on deleting an execution group from the Message Brokers Toolkit see Deleting an execution group

To delete an execution group from a broker using the command line:

  1. Open a command prompt that has the environment configured for WebSphere Event Broker Version 6.0.
  2. Enter the following command to delete the execution group:
    mqsideleteexecutiongroup -i host -p 1414 -q QMGR -b BROKER –e EG1
    where
    host
    Is the host name or IP address of the Configuration Manager for the domain on which the broker resides.
    1414
    Is the port on which the Configuration Manager's queue manager is listening.
    QMGR
    Is the name of the Configuration Manager's queue manager.
    BROKER
    Is the name of the broker.
    EG1
    Is the name of the execution group that you want to delete.

On completion of this task, the execution group is no longer running on the specified broker. In addition, any message flows that were running on the execution group are no longer running.

Related concepts
Execution groups
Related tasks
Deleting an execution group
Adding an execution group to a broker using the command line
Related reference
mqsideleteexecutiongroup command
mqsicreateexecutiongroup command