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?
A . The pom.xml file
B . A global element
C . The mule-art if act .json file
D . a flow attribute

Answer: B

Explanation:

Correct answer is A global element

When we create a configuration file, that file needs to added as Global Configuration file in Global element. A global element is a reusable object containing parameters that any number of elements in a flow can share. You reference a global element from Anypoint Connectors or components in your Mule application

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments