Message Connector Configuration Settings
To configure the Message Connector, you can modify the XML file called MessageConnectorConfig.xml found in your Message Connector directory on the Interact runtime server, usually <Interact_home>/msgconnector/config/MessageConnectorConfig.xml. Each of the configurations in this XML file are described here. Be aware that if you modify this file after the Message Connector is deployed and running, be sure to undeploy and redeploy the Message Connector or restart the application server to reload these settings after you are done modifying the file.
General Settings
The following table contains a list of the optional and required settings contained in the generalSettings section of the MessageConnectorConfig.xml file.
The URL of the Interact runtime server to handle the calls from the Message Connector page tags, such as the runtime server on which the Message Connector is running. This element is required.
The location of the Log4j property file. It is relative to $MESSAGE_CONNECTOR_HOME environment variable if it is set; otherwise, this value is relative to the root path of Message Connector web application.
Default Parameter Values
The following table contains a list of the optional and required settings contained in the defaultParameterValues section of the MessageConnectorConfig.xml file.
Behavior Settings
The following table contains a list of the optional and required settings contained in the behaviorSettings section of the MessageConnectorConfig.xml file.
Storage Settings
The following table contains a list of the optional and required settings contained in the storageSettings section of the MessageConnectorConfig.xml file.
When the cache persists new entries into the database. The allowed values are WRITE-BEHIND (where data is written to the cache initially, and updated to the database at a later time) and WRITE-THROUGH (where data is written to the cache and to the database at the same time).
Audience Levels
The following table contains a list of the optional and required settings contained in the audienceLevels section of the MessageConnectorConfig.xml file.
Note that the audienceLevels element is optionally used to specify the default audience level to use if none is specified in the Message Connector link, as in the following example:
<audienceLevels default="Customer">
In this example, the value for the default attribute matches the name of an audienceLevel defined in this section. There must be at least one audience level defined in this configuration file.