Latest posts
Mule School: Using Flow Controls – Choice Router
Flow Controls, as the name suggests, control how messages are sent and received within a Mule flow. In the following examples, we'll learn about... read more.
DevOps: Cloud-based continuous deployment
So you're using iON to run your Mule application and Maven to manage your development? Great! You're now ready for the next stage: continuous deployment, which... read more.
Addressing Cloud Integration Challenges with iON
We're happy to announce that a new version of Mule iON is now available which is focused on helping you address many of the... read more.
Mule in a Shell: New SSH Connector
We're proud to announce that a new SSH Cloud Connector for Mule just went public! Let's take a peak into the features, useful use... read more.
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... read more.
Debugging custom Java code in Mule Studio
There's no need to state the importance of debuggers for developers, and Mule developers are no exception. The goal of this blog post is... read more.
How to work with JDBC and XA Transactions
Transactions are a fundamental piece of Mule, since they are essential to guaranteeing that, in the event of an exception or a problem, the consistency... read more.
ESB Intelligence: Getting the most out of Business Event Analyzer
Mule Enterprise 3.2 introduced a powerful feature allowing to keep track of everything happening during the lifetime of your applications: Business Event Analyzer. This provides... read more.
Mule Configuration Inheritance
We often see the need to reuse a component configuration between 2 applications deployed to Mule. For example, let's say you have two Mule... read more.
Asynchronous Message Processing with Mule
Processing messages asynchronously is an important technique when developing integration applications. Asynchronous applications are typically easier to scale, allow for the implementation of... read more.