Configuring My webMethods Server to use the database for JMS communication
You can use the database as a JMS provider for communication between
My webMethods Server and the Common Directory Services component in
Integration Server, or for
My webMethods Server clusters that exchange a small number of JMS events. For more information, see
Considerations when using the database as a JMS provider.
To configure My webMethods Server to use the database as a JMS provider
1. Retrieve the cluster.xml file from the My webMethods Server database using the getconfig command.
2. On the <Cluster> element, insert the useDbJms="true" attribute, as follows:
<Cluster useDbJms="true" clusterId="706790370
3. Save the file and execute the putconfig command to deploy the file to the database.
4. Delete the local copy of the cluster.xml file from the \serverName\config directory.
If you do not delete the cluster.xml file, this node will continue to use the local version of the file. For more information about working with the cluster.xml file, see
Working with the cluster.xml File.