Use the listSIBWMQServerBusMembers command to list the WebSphere® MQ server bus members known to the bus.
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 lists the WebSphere MQ server bus members known to the bus.
The current cell.
None
None
AdminTask.listSIBWMQServerBusMembers(["-bus", "Bus1"])
$AdminTask listSIBWMQServerBusMembers {-bus Bus1}