Integration Server 10.15 | Integration Server Administrator's Guide | Server Configuration Parameters | watt.wmcloud.
 
watt.wmcloud.
watt.wmcloud.hybridConnectivityAlert.mail
Specifies the list of email addresses to which Integration Server sends emails about errors and warnings related to the connection status between Integration Server and webMethods Cloud. Use a semicolon (;) as a delimiter to specify multiple email addresses. By default, the parameter value is blank.
Note:
This server configuration parameter is introduced for PIE-81176 in IS_10.15_Core_Fix4.
watt.wmcloud.hybridConnectivityAlert.notifications
Specifies whether Integration Server generates notifications and notifies users when a tenant connection or an account for webMethods Cloud is disconnected or restored. The parameter can have one of the following values:
Value
Description
alert
Integration Server displays a notification in Integration Server Administrator.
email
Integration Server sends an email to the user.
none
Integration Server does not notify the user.
Note:
If you are using any value other than alert, email, or none, Integration Server notifies the user through a notification in Integration Server Administrator, followed by an email. By default, the parameter value is alert.
This server configuration parameter is introduced for PIE-81176 in IS_10.15_Core_Fix4.
watt.wmcloud.listeners.monitoringInterval
Specifies the interval, in milliseconds, at which Integration Server monitors on-premise listeners to ensure that each enabled webMethods Cloud account has an active listener on the on-premise Integration Server. If the monitoring thread finds a listener that is not running, the monitoring thread attempts to start the listener. The watt.wmcloud.listeners.monitoringInterval server configuration parameter determines the interval at which the monitoring thread executes. The default value of the parameter is 300000 milliseconds (5 minutes).
watt.wmcloud.listeners.maxIdleTime
Determines the length of time, in milliseconds, that an on-premise listener for a webMethods Cloud account can be idle before it gets recreated. The default value of this parameter is 1800000 milliseconds (30 minutes).
watt.wmcloud.sendResponse.retryCount
Specifies the maximum number of retry attempts that an on-premise Integration Server makes when a failure occurs when sending a response to the webMethods Cloud. The default value is 3. A value of 0 indicates that Integration Serverwill not attempt any retries. If the maximum retry attempts have been made and publishing a response to the webMethods Cloud still fails, the on-premise Integration Server writes an error to the server log.
watt.wmcloud.sendResponse.retryDelay
Specifies the number of milliseconds that an on-premise Integration Server waits before making another retry attempt after a publish attempt fails. The default value is 1000 (i.e., 1 second).
watt.wmcloud.um.listeners.spindleSize
Specifies the spindle size, which indicates the number of persistent events for a queue stored in a single file of a multi-file disk store. The default value is set to 10000.
watt.wmcloud.um.sessionPool.maxCount
Determines the maximum number of sessions in the pool that a webMethods Cloud account uses to send responses to the Cloud. Integration Server creates a session pool for each webMethods Cloud account declared on the on-premises Integration Server. The default value is 3.
Note:
Under heavy load, a low maximum number of sessions might create resource contention and increase response time.
Important:
For changes to this parameter to take effect, each webMethods Cloud account on the on-premises Integration Server must be disabled and then enabled.
Note:
Under heavy load, a low maximum number of sessions might create resource contention and increase response time.
Note:
watt.wmcloud.um.sessionPool.maxCount is available after application of a fix that includes PIE-82574 (IS_10.15_WmCloud_Fix4 and higher).