Use the modifySIBEngine command to modify the properties of a messaging engine for a service integration 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()
This command modifies the properties of a messaging engine.
A messaging engine.
When the messaging engine is created, the high message threshold of the bus is used to set the default value for this property. When a message point is created on this messaging engine, the value of this property is used to set the default high message threshold for the message point.
wsadmin>AdminTask.showSIBEngine('[-bus bus1 -node node01 -server server1 -engine node01.server1-bus1 ]') '{initialState=STARTED, targetGroups=[], name=node01.server1-bus1, highMessageThreshold=50000, messageStoreType=FILESTORE, uuid=56F8FE11AB84188D, busName=bus1, busUuid=6DF19B02BC879BD1}' wsadmin>AdminTask.modifySIBEngine('[-bus bus1 -node node01 -server server1 -engine node01.server1-bus1 -initialState STOPPED ]') wsadmin>AdminTask.showSIBEngine('[-bus bus1 -node node01 -server server1 -engine node01.server1-bus1 ]') '{initialState=STOPPED, targetGroups=[], name=node01.server1-bus1, highMessageThreshold=50000, messageStoreType=FILESTORE, uuid=56F8FE11AB84188D, busName=bus1, busUuid=6DF19B02BC879BD1}'