Latest posts
Mule containerization
Containers are becoming the de-facto hosting platform from microservices to databases and everything in-between. Kubernetes has emerged as the primary container orchestration platform, and... read more.
Error Handling with Anypoint MQ
In a modern cloud architecture, one of the common patterns that is observed is the use of message queues to: Decouple applicationsImprove performanceIncrease reliabilityImplement... read more.
DataWeave: Generating XML
In this blog post, I will show you how to generate XML output from a JSON data source while avoiding some of the most... read more.
Mule 4 migration made easy: migrating the Choice router
Routers in Mule implement the Message Router pattern described in the seminal work on integration patterns: Enterprise Integration Patterns, Gregor Hohpe and Bobby Woolf.... read more.
Beyond MuleSoft Development Fundamentals: Mule 4 Logging
Logging is useful for monitoring and troubleshooting your Mule applications and the Mule server — whether that’s recording errors raised by the application or... read more.
Mule 4 migration made easy: migrating the Enricher
The Content Enricher is a useful content transformation pattern that elaborates a basic message with information from another system. A typical use case is... read more.
How to use JSON Web Token (JWT) validation policy
Do you want to establish secure transactions between clients and your APIs? Do you want to know a safe way to represent information between... read more.
Use case-specific error handling in Mule 4
Often times when you are processing data through a flow, you may want to treat certain errors differently than others. For instance, if you... read more.
Mule 4 migration made easy: migrating to MUnit 2
It is no secret that migrating to Mule 4 from Mule 3 is a challenge. Mule 4 saw the biggest change in the Mule... read more.
DataWeave lambdas for Java programmers
In Mule 4, DataWeave is everywhere: every listener and processor can be configured with it. Because most Mule users already know Java well, this... read more.