Mule School: Hello World
This is a series of blogs aimed at developers new to Mule that are just getting started. These lessons will introduce common concepts and
New Cloud Connector: Integrating with Intacct
Intacct is an award-winning financial management system with over 5,000 customers worldwide. Intacct is often said to be the next logical step for companies
Using XPath expressions on an XML document with namespaces
The other day I helped a customer figure out a little XPath problem: they had an XML document and wanted to process it depending
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
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
Load Balancing Apache Tomcat using IIS
Front-ending Apache Tomcat with Apache Web Server or IIS is sometimes thought to improve performance. However, performance of Tomcat standalone has already been known
Implementing Custom Validation with DevKit
Validating data can be easy with Mule if your message payloads are in certain formats. XML payloads, for instance, can be verified for correctness
Get real-time with the new SalesForce API
Before streaming APIs, if you wanted to know if there were any updates on a specific event you had to query the API periodically
Authentication & Resource Sharing over the Web: OAuth protocol
If you reached this blog and you are not a Mule user (yet) keep reading, I will not cover anything Mule specific. If you
Measuring the Performance of your Mule ESB Application
Overview Once you have a working Mule ESB application you may be wondering how fast it can run. Here we will discuss a simple