ASG_THROTTLE_MESSAGES Table

The ASG_THROTTLE_MESSAGES table stores the messages related to throttles.

Columns of ASG_THROTTLE_MESSAGES Table
Field Name Description
THM_GUID A unique iID of the throttle.
THM_TIMESTAMP The timestamp of the throttle record entry.
THM_SITE

The site name which accepts the request. You can use different gateway sites or environments for TIBCO API Exchange Gateway product.

The value for the THM_SITE field is populated from the Common/Deployments/SiteNumber global variable defined in the ASG_CONFIG_HOME/asg_cl.properties file. The default value of Common/Deployments/SiteNumber is 1.

THM_ENGINE The name of the Core Engine which sends the throttle information. You can assign different engine names when starting the Core Engine in any of the following ways:
  • Use the "-n" parameter to asg-engine command on the command line.
  • Change the name of the PU in the ASG_HOME/bin/asg_core.cdd file.
THM_MESSAGE The text of the message related to the throttle. The message can be one of the following types:
  • INFO
  • ERROR
  • DEBUG
  • WARN
THM_LEVEL The severity of the message related to the throttle. The severity of the message is populated based on the log level set in the ASG_CONFIG_HOME/asg.properties file using the following global variable:
  • tibco.clientVar.ASG/Logging/ThrottleMessageLogLevel

The default value is 0.