Module Property
Module property provides the default value for a module. Multiple process properties can source their value from a single module property.
Module properties are defined at the module level and can be referenced by various resources that are defined as a part of the module. Their values can also be sourced from application properties at deployment time.
The Module Properties editor can be used to create and manage module properties. You can add a new property or logical groups which you can use to organize module properties.
Hierarchy of Properties:
The TIBCO BusinessWorks Container Edition module properties can be tokenized which allows in externalizing the properties. These properties can be stored in either config or credential management systems like Consul, AWS Parameter store and so on.
The hierarchy in which the properties are replaced is as follows:
-
Config or credential management systems take top priority and any properties coming from external config or credential management systems are used.
-
If the tokenized property is not found in external config management systems, the environment variables are used. If the property value is provided as tokenized property then those properties are used.