Pattern-Based Configuration: Hello HTTP Proxy!
The configuration patterns series continues with this new installment! We're happy to announce that a new configuration pattern made its way into Mule 3.3.
Implementing a Circuit Breaker with DevKit
One of my favorite patterns from Michael Nygard's excellent Release It! is the Circuit Breaker. A circuit breaker is an automatic switch that stops the
Integration Patterns: Message Filter
In previous posts explaining the enterprise integration patterns with example Mule configuration I have covered Content-Enricher and Content-based Routing patterns, today I'll talking about
Integration Patterns: Content-based Routing
The implementation of the Enterprise Integration Patterns, first documented by Gregor Hohpe, is an important aspect of Mule. These patterns are accepted solutions to
Enrich your experience; Orchestration and Data Enrichment with Mule 3.1
One of the enterprise integration patterns that Mule hasn't explicitly supported up until now is the "Content Enricher". Enrichment has of course been possible
Re-use: Accomplished! Configuration Patterns Catalog for Mule
If you follow this blog or what's happening in Mule 3, you've heard about the newly introduced configuration mechanism based on patterns. In the
Mule Speaks Java: Towards a programmatic configuration of Mule
True to our goal of simplifying the configuration of Mule, we will be adding the capacity to programmatically configure Mule 3 in the coming
Pattern-Based Configuration: Hello Validator!
The pattern-based configuration series continues! After a first set of fairly generic patterns, this new addition will demonstrate how highly specialized patterns can provide
Pattern-Based Configuration: Hello Bridge!
Web Service Proxy was the last configuration pattern presented in this blog. Time for a new one! Connecting systems together is one of the
Pattern-Based Configuration: Hello Web Service Proxy!
After the introduction of Simple Service, the configuration patterns series continues! The second pattern we would like to introduce is Web Service Proxy. Proxying