WAS v8.5 > Administer applications and their environment > Welcome to administering Service integration > Administer bus destinationsManage bus destinations with administrative commands
We can use these commands to manage bus destinations.
These commands provide an alternative to using the dmgr console or using the more complex syntax of wsadmin and JACL.
- Open a wsadmin command session in local mode For example:
wsadmin -conntype none -lang jython
- Type AdminTask.command
Where command is the command format as indicated in the related reference topics; for example:
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)'
Reference:
SIBAdminCommands: Destination administrative commands for AdminTask