Reliable Acquisition using the Sftp connector
A high-reliability application (one that has zero tolerance for message loss) not only requires the underlying ESB to be reliable, but that reliability needs
Need 77% performance boost? No problem with Mule 3.7 using Kryo
Currently, Mule relies on plain old java serialization in order to store objects to files or to replicate them through a Mule cluster. That
Batch Module: Obtaining the job instance id in Mule 3.7
A popular request among users of the Batch module is the ability to grab the job instance id in any of a Batch job's
Refactoring MUnit: the Mule testing framework
A few years ago, a MuleSoft engineer had a vision. That vision: automated testing for Mule applications in Anypoint Studio. As this developer’s
XSLT transformations: also faster since Mule 3.6
This is a follow up to the last post in which we discussed performance improvements on our XPath functionality obtained from the revamped XPath
Continuous Integration with Mule and Gradle
We use automated build systems not only because they make our lives easier by taking care of building our apps, but because they can
Mr. Batch and the Quest for the right Threading Profile
Sometimes (more often than we think), less concurrency is actually more. Not too long ago, I found myself in a conversation in which we were
JMS Queue: When Size Does Matter
Anypoint Platform is fast. The legacy systems that it often connects to? Not so much. Therefore, in real world use cases, the requirements often call for
API Implementation: Using Idempotent Filter to Prevent Message Twinning
When it comes to API implementation, message "twinning" is one of those annoying pitfalls that in the worst case scenario, can lead to major
SOAP & REST Attachments in Mule
I was recently working on a project where we had to handle SOAP attachments. Working with SOAP attachments is the kind of thing that