To avoid hard-coding values, a flow uses some property placeholders and the corresponding values are stored in a configuration file.
Where does the configuration file's location need to be specified in the Mule application?
To avoid hard-coding values, a flow uses some property placeholders and the corresponding values are stored in a configuration file.
Where does the configuration file's location need to be specified in the Mule application?
The location of the configuration file for property placeholders in a Mule application needs to be specified in a global element. This approach allows for centralized configuration management and makes it easy to reference and update properties without altering the flow design. A global element provides a reusable and maintainable way to manage configuration properties across different flows within the application.
A. A global element
A - Correct