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 override those set in the CDD.  If you will deploy using TIBCO Administrator, set global variable values using the features provided in TIBCO Administrator, 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.