Modifying Mule Component Properties Using the Spring PropertyOverrideConfigurer
For some while I have been thinking about how to be able to develop reusable Mule configuration files containing, for instance, entire flows. Of course I have seen the strategy that uses property files and the Spring PropertyPlaceholderConfigurer to inject different values into Mule components depending on the values from the property files. While providing… Read More »