Latest posts
Announcing Mule 3.3 Milestone 2
Last month we released Mule 3.3 M1, our first milestone on the way to Mule 3.3. While for production you should use Mule 3.2.1, we hope these... read more.
Securing SOAP Web Services using WS-Security
Mule allows us to expose services to the web through CXF, but what happens when these services handle sensitive information that we don't want... read more.
Twitter Complex Event Processing (CEP) with Esper and Drools
Complex event processing engines are a natural fit for event driven platforms like Mule. Native CEP support has been available in Mule since version 3.2... read more.
Mule Tip: Multiple PropertyPlaceholders in same Mule Configuration
If you want to avoid including configuration parameters (probably connection related parameters) in your Mule configuration, you can use property placeholders, which will allow... read more.
Using Mule with Drools and jBPM
Mule 3 has many routing processors and expression evaluators that can be used to implement routing logic. However, sometimes business rules may be too... read more.
Adding Flows Dynamically
Mule has a new really cool module ready to be used in Muleforge called Dynamic Flows. The idea behind this new module might sound strange at... read more.
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:... read more.
Announcing Mule 3.3 Milestone 1
A couple of months back we released Mule 3.2, which is the version we recommend for all Mule users. The latest release of Mule 3.2 is... read more.
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... read more.
Using Amazon SQS with Mule and iON
I'm probably preaching to the choir here, but application messaging is extremely important for a wide variety of applications. It allows you to: Decouple... read more.