When you create a service integration bus, and add a server or a cluster member to that bus, a messaging engine with default settings is created automatically. Use this command to create an additional messaging engine for a cluster bus member.
Each server bus member has exactly one messaging engine. Cluster bus members can support additional engines. If you create an additional messaging engine for a cluster, you must explicitly configure both the data store and the JDBC data source that the messaging engine uses to interact with the data store. You must create the data source at cluster scope, not node scope. For more information about creating messaging engines, see Configuring a data source for a messaging engine running in a cluster.
The command described in this topic is run using the AdminTask object of the wsadmin scripting client.
This command is only valid when run against WebSphere Application Server Version 6 and later application servers. Do not run it against earlier versions.
Command-line help is provided with each of the commands:
wsadmin> $AdminTask help SIBAdminCommands
wsadmin> $AdminTask help command_name
For additional details of the command properties, see the related reference topic.
This command creates a new messaging engine for a cluster bus member.
None.
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.
app_server_root/bin>wsadmin -conntype SOAP -port 8879 WASX7209I: Connected to process "dmgr" on node 9994GKCCellManager01 using SOAP connector; The type of process is: DeploymentManager WASX7029I: For help, enter: "$Help help" wsadmin>$AdminTask wsadmin>$AdminTask listSIBEngines {-bus abus} cluster1.000-abus(cells/9994GKCCell01/clusters/cluster1|sib-engines.xml#SIBMessagingEngine_1098181503570) wsadmin>$AdminTask createSIBEngine {-bus abus -cluster cluster1 -datasourceJndiName eis/cluster1me3} cluster1.001-abus(cells/9994GKCCell01/clusters/cluster1|sib-engines.xml#SIBMessagingEngine_1098182419216) wsadmin>$AdminTask listSIBEngines {-bus abus -cluster cluster1} cluster1.000-abus(cells/9994GKCCell01/clusters/cluster1|sib-engines.xml#SIBMessagingEngine_1098181503570) cluster1.001-abus(cells/9994GKCCell01/clusters/cluster1|sib-engines.xml#SIBMessagingEngine_1098182419216)