Use the showSIBWMQServer command to show details of a WebSphere® MQ server.
To run the command, use the AdminTask object of the wsadmin scripting client.
print AdminTask.help('SIBAdminCommands')
print AdminTask.help('command_name')
A WebSphere MQ server represents a WebSphere MQ queue manager or (for WebSphere MQ for z/OS®) queue-sharing group. This command shows the details of a WebSphere MQ server.
A selected WebSphere MQ server.
None
None
AdminTask.showSIBWMQServer(["-name", "Finance dept QM"])
$AdminTask showSIBWMQServer {-name "Finance dept QM"}