Configuration and Administration

glog.scalability Properties

To control the behavior of Oracle Transportation Management, you can change settings in the glog.properties file or the appropriate property set.

Property

New in Version

Definition

glog.scalability.appKeepAliveInterval=<seconds>

6.3.4

If set to 0, the app-to-app pings are suppressed.

glog.scalability.beanUpdate.trackUpdates

 

Track statistics related to the BeanUpdateTopic JMS topic used by Scalability. This topic broadcasts out changes made to data records in the system from the Business component of one server to Business components of other servers.

glog.scalability.cacheRefresh.trackUpdates

 

Track statistics related to the CacheRefreshTopic JMS topic used by Scalability. This topic broadcasts out changes made to system caches from the Business component of one server to both Business and UI components of this and other servers.

glog.scalability.debugWebApp

6.3.2

This property provides very low level debug information in a Scalability environment. This is not recommended to be set in a production environment without first being directed by support to set this.

glog.scalability.delegateToWorkflow

 

If true, JMS messages are handled asynchronously by workflow threads, freeing up WebLogic execute threads from JMS handling.

glog.scalability.queryUpdate.trackUpdates

 

Track statistics related to the QueryUpdateTopic JMS topic used by Scalability. This topic broadcasts out changes made to data records impacting cached lists on the user interface. It is broadcast from the Business component of one server to UI components of this and other servers.

glog.scalability.topic.trackLatency

 

Track latency times between the sent and receipt times for JMS topics used by Scalability. This incurs a small overhead in every JMS message.

glog.scalability.topic.trackUpdates

 

Track general statistics related to JMS topics used by Scalability.

glog.scalability.webKeepAliveInterval=<seconds>

6.3.4

If set to 0, the app-to-web pings are suppressed.

Related Topics