Read properties from database and use it instead of mule-app.properties
问题 I have been able to read the properties from a table in the database as it was described here Reading mule config from database Now, I am not able to apply these properties to the flow configs and also access them as out bound properties in the Java Processor classes through the MuleEventContext's message. Update: below is my flow XML code <flow name="push-data"> <poll doc:name="Push Poll"> <fixed-frequency-scheduler frequency="${push.data.poll.frequency}" timeUnit="MINUTES" /> <set-property