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.
The wsadmin scripting client is run from Qshell. For more information, see Configuring Qshell to run WebSphere® Application Server scripts.
print AdminTask.help('SIBAdminCommands')
print AdminTask.help('command_name')
AdminConfig.save()
This command modifies the properties of a messaging engine.
A messaging engine.
This option should be used only in WebSphere Application Server environments that support server clusters.
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}'