Global Variables Setup in CDD (for Command Line Startup)
Global variables are added to a project and their value is set using the TIBCO BusinessEvents Studio Global Variables editor.
You can also set global variable values in the CDD file. This can sometimes be useful if you will start the engine at the command line. It is not done for other purposes
Note: Global variables set in TIBCO Administrator or TIBCO BusinessEvents Monitoring and Management (BEMM) override those set in the CDD. If you will deploy using TIBCO Administrator or BEMM, set global variable values using the features provided in TIBCO Administrator or MM (whichever you will use), not in the CDD.
Add properties using this format:
tibco.clientVar.GVName = value
The GVName must exactly match the name set in the TIBCO BusinessEvents Studio Global Variables editor.
Note: If global variables are defined in the TIBCO BusinessEvents project using groups, specify the group path using forward slashes. For example, if a variable
JMSuri is located under a group called
URIs, specify the variable as
tibco.clientVar.URIs/JMSuri.
Add such properties at the appropriate level in the CDD, depending on the desired scope: cluster, processing unit, or agent class.
Copyright © TIBCO Software Inc. All rights reserved.