Listing topic role inheritance using the wsadmin tool

Use these commands to list whether the child topics within a topic hierarchy currently have inheritance set or disabled.

To run these commands, use the AdminTask object of the wsadmin scripting client. Each command acts on multiple objects in one operation. The commands are provided to allow you to make the most commonly-required types of update in a consistent manner, where modifying the underlying objects directly would be error-prone.

Commands

Listing Sender role inheritance
To list Sender role inheritance for a topic within the specified topic space, use the following command:
$AdminTask listInheritSenderForTopic
         {-bus busName
         -topicSpace topicSpaceName
         -topic topicName}
Listing Receiver role inheritance
To list Receiver role inheritance for a topic within the specified topic space, use the following command:
$AdminTask listInheritReceiverForTopic
        { -bus busName
         -topicSpace topicSpaceName
         -topic topicName}



Related tasks
Administering topic roles through the command line
Reference topic    

Terms of Use | Feedback

Last updated: Sep 20, 2010 9:00:59 PM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=vela&product=was-nd-dist&topic=rjr_topic_roles_inher_list
File name: rjr_topic_roles_inher_list.html