Use the showSIBWMQServerBusMember command to show a list of attributes for a WebSphere® MQ server bus member.
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 details of a WebSphere MQ server bus member as a set of key/value pairs. The command shows details for those attributes that have a value.
A selected WebSphere MQ server.
None
None
wsadmin>AdminTask.showSIBWMQServerBusMember(["-name", "Finance Dept. QM-Bus1", "-bus", "Bus1"])
wsadmin>$AdminTask showSIBWMQServerBusMember {-name "Finance Dept. QM-Bus1" -bus Bus1}