Use the modifySIBWMQServerBusMember command to modify the attributes of a WebSphere® MQ server bus member.
To run the command, use the AdminTask object of the wsadmin scripting client.
print AdminTask.help('SIBAdminCommands')
print AdminTask.help('command_name')
AdminConfig.save()
A WebSphere MQ server bus member is used for assigning queue points and mediation points to WebSphere MQ queues. This command modifies the attributes of a WebSphere MQ server bus member.
A selected WebSphere MQ server bus member.
None
wsadmin>AdminTask.modifySIBWMQServerBusMember(["-name", "Finance dept QM-Bus1", "-bus", "Bus1", "-trustUserIds", "false"])
wsadmin>$AdminTask modifySIBWMQServerBusMember {-name "Finance dept QM-Bus1" -bus Bus1 -trustUserIds false}