Use the deleteSIBMQLink command to delete a WebSphere® MQ link from a service integration bus.
To run the command, use the AdminTask object of the wsadmin scripting client.
The wsadmin scripting client is run from Qshell. For more information, see Configuring Qshell to run WebSphere Application Server scripts.
print AdminTask.help('SIBAdminCommands')
print AdminTask.help('command_name')
AdminConfig.save()
The deleteSIBMQLink command deletes a WebSphere MQ link from a bus.
A bus.
None.
None.
AdminTask.deleteSIBMQLink('[-bus bus1 -messagingEngine cluster1.000-bus1 -mqLink myMQLink2]')