Web parameter: refreshMessagesInterval

Web parameters change the behavior of the web clients that connect to the web tier. For more information, see Web tier parameters.

Parameter

refreshMessagesInterval

Description

This parameter defines the interval that the web client waits before checking for messages on the Service Manager server. You must also enable the refreshMessages web parameter to have web clients check the Service Manager server for messages.

Valid if set from

Web browser URL

Web tier configuration file (web.xml and webtier.properties)

Requires restart of the web applications server?

Yes

Default value

15000

Possible values

Number of milliseconds

Example usage

<init-param>
  <param-name>refreshMessagesInterval</param-name>
  <param-value>30000</param-value>
</init-param>

Related topics

System parameters
Web tier parameters
Enter a parameter in the web client URL
Enter a parameter in the web.xml file
Client parameters for web clients