Use the listSIBDestinations command to list the bus destinations for 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 scripts using wsadmin scripting.
print AdminTask.help('SIBAdminCommands')
print AdminTask.help('command_name')
This command lists all the bus destinations on a bus.
A bus.
None.
wsadmin>AdminTask.listSIBDestinations("-bus abus") '(cells/9994GKCCell01/buses/abus|sib-destinations.xml#SIBTopicSpace_1098181446388) (cells/9994GKCCell01/buses/abus|sib-destinations.xml#SIBQueue_1098181503600) (cells/9994GKCCell01/buses/abus|sib-destinations.xml#SIBQueue_1098184221748)' AdminTask.listSIBDestinations("-bus abus -type TopicSpace") '(cells/9994GKCCell01/buses/abus|sib-destinations.xml#SIBTopicSpace_1098181446388)'
wsadmin>$AdminTask listSIBDestinations {-bus abus} (cells/9994GKCCell01/buses/abus|sib-destinations.xml#SIBTopicSpace_1098181446388) (cells/9994GKCCell01/buses/abus|sib-destinations.xml#SIBQueue_1098181503600) (cells/9994GKCCell01/buses/abus|sib-destinations.xml#SIBQueue_1098184221748) wsadmin>$AdminTask listSIBDestinations {-bus abus -type TopicSpace} (cells/9994GKCCell01/buses/abus|sib-destinations.xml#SIBTopicSpace_1098181446388)