Use the mqsideleteexecutiongroup command to remove an integration server from an integration node.
You must start the integration node before you can issue this command.
Some parameters have alternative long names; for example: -p and --admin-port are alternative parameter names of the port number for the administration REST API. The long names available are listed in the Parameters section.
>>-mqsideleteexecutiongroup-------------------------------------> >--+-integrationNodeName-----------+----------------------------> +- -n --integrationNodeFileName-+ +- -i --ipAddress-- -p --port---+ '-+- -i --ipAddress-+-----------' '- -p --port------' >-- -e --integrationServerName--+-------------------+-----------> '- -w --timeoutSecs-' >--+---------------------+------------------------------------->< '- -v --traceFileName-'
Use this option if multiple users want to connect to the same integration node or integration server, or if you are using advanced connection parameters such as SSL. To learn more about creating and using a .broker file, see Connecting to an integration node by creating a .broker file.
To connect to a specific remote integration node by name, you can additionally prefix integrationNodeName. You cannot use -n integrationNodeFileName in the same command.
For an integration node, any parameters that you omit assume default values.
If you want to connect to a secured integration node as a specific user, provide the security credentials as a URI in the following format: tcp://user:password@hostname. If your password contains URI Reserved characters, you must convert these characters to the percent-encoded format.
Other parameters:
In previous versions of IBM® App Connect Enterprise, you might have used the -q parameter for this command to define a connection to a queue manager. A queue manager connection is no longer used to connect to an integration node. The -q parameter is now deprecated, and is ignored if used. If you use the -q parameter, a BIP1922 warning is displayed.
Delete an integration server called IS1 on the integration node defined by connection parameters specified by the file BKR1.broker.
mqsideleteexecutiongroup -n BKR1.broker -e IS1
Delete an integration server IS2 on the integration node specified by the file FRED.broker. Wait 5 minutes for the integration node to tidy up related resources, and send output to trace.txt.
mqsideleteexecutiongroup -n FRED.broker -e IS2 -w 300 -v trace.txt
Delete the integration server IS3 on the locally defined integration node MYBROKER.
mqsideleteexecutiongroup MYBROKER -e IS3