Latest posts
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.
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... read more.
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... read more.
5 rules of social enterprise integration: Yammer setting the bar
I'm a big fan of good integration in all shapes and forms. Quite often integration is done behind the scenes and if done well it remains... read more.
Mule 3.2.1 Released
This is a quick note to let you know that we have released Mule 3.2.1 Community and Enterprise. This is a maintenance release focusing on... read more.
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... read more.
Upcoming Webinar: Red Bee Media brings video-on-demand using Mule
We provide a lot of webinars with tips and tricks from our development team on how Mule works across various industries. But what about... read more.
Total traceability with correlation IDs
Distributed systems are great: they're more versatile and resilient than monolithic ones. They also bring challenges of their own, one of them being the... read more.
Handling HTTP callbacks using the new Mule DevKit: a Twilio example
When you send a request to an API and it gets processed the API might want to notify you app about the status of... read more.