Optimize Resource Utilization with Mule Shared Resources
In 3.5 we introduced the concept of domains in the Mule container. You can now set up a domain and associate your Mule applications
Mule has landed on GitHub
We are happy to announce that we moved the Mule project to GitHub. Since 2009 we have been using GitHub to host all our
Error handling in Mule 3.3: Catch Exception Strategy
We put a lot of effort in Mule 3.3 to improve error handling in Mule ESB. One of the most common requirements during error
Error Handling Patterns in Mule Part 2
Continuing my previous blog post Error Handling Patterns in Mule, in this post I will show you how to implement the following use cases:
Error Handling Patterns in Mule
Exception handling in event-driven systems like Mule can sometimes be a challenge because there are usually many more things happening at once, In this
Getting the most out of Mule Error Handling
Error handling in event driven systems like Mule can be a challenge to understand, if you have worked with Mule you'll know that there
Using Mule session properties
Do you want share properties between mule instances? or just between different flows within Mule?. Then mule session properties are what you are looking
Fake and Stub objects creation using Groovy
Automated testing using XUnit style frameworks can be achieved using several techniques. You can test a particular class, group of classes, or all your