Monthly Archives: June 2014

Embedded ActiveMQ Broker with Mule

By | June 26, 2014

In this post I will show how an embedded ActiveMQ broker is automatically started when using the broker URL “vm://localhost” in a Mule JMS connector, without any additional configuration, and how to disable this behaviour. I will also look at how to explicitly configure an embedded ActiveMQ broker in a Mule configuration file. As documented… Read More »

Modifying Mule Component Properties Using the Spring PropertyOverrideConfigurer

By | June 3, 2014

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 »