Use the showSIBMQLink command to show the properties of a WebSphere® MQ link.
To run the command, use the AdminTask object of the wsadmin scripting client.
print AdminTask.help('SIBAdminCommands')
print AdminTask.help('command_name')
The showSIBMQLink command lists details about the properties of a WebSphere MQ link.
A WebSphere MQ link.
None.
wsadmin>AdminTask.showSIBMQLink('[-bus myBus -messagingEngine myHostNode01.server1-myBus -mqLink myMQLink]') '{nonPersistentMessageSpeed=FAST, qmName=myBus, adoptable=false, sequenceWrap=999999999, name=myMQLink, targetUuid=738AE126B908E5451A3D4691, initialState=STARTED, senderChannel=null, brokerProfile=[], receiverChannel=null, preferLocalQueuePoints=true, batchSize=50, uuid=6B89C4F08AB072C5, heartBeat=300, description=null, maxMsgSize=4194304, exceptionDestination=_SYSTEM.Exception.Destination.myHostNode01.server1-myBus}' wsadmin>