Use the listUsersInTopicSpaceRootRole command to list the users in the sender and receiver roles on the topic space root.
To run the command, use the AdminTask object of the wsadmin scripting client.
This command is valid only when used with WebSphere® Application Server Version 7.0 or later application servers. Do not use it with earlier versions.
print AdminTask.help('SIBAdminBusSecurityCommands')
print AdminTask.help('command_name')
AdminConfig.save()
Use the listUsersInTopicSpaceRootRole command to list users in the topic space root roles for a selected local bus.
None.
None.
The following example lists users in the Sender role for the topic space root, for a topic space called Sport, on a local bus called Bus1.
Admin.TasklistUsersInTopicSpaceRootRole { -bus Bus1 -topicSpace Sport -role Sender}