How to enable monitoring for application stability
For the last few decades, application and operational teams have been preaching loudly about monitoring and alerting capabilities to improve system resiliency. It is
Installing Runtime Fabric on a local PC
Anypoint Runtime Fabric is a container service that automates the deployment and orchestration of Mule applications and API gateways. Runtime Fabric runs within a
MUnit testing made easy: Introducing the test recorder
Testing is an essential part of the software development process used to ensure code quality, but the reality is that it can be a
Improved threading model in Mule 4.3
When first released, Mule 4 introduced a brand new reactive execution engine and threading models. Benefits include high scalability, back pressure capabilities, and auto-tuning.
MUnit for Java Programmers: Test execution
Unit tests are executed at different stages during the development life cycle. As mentioned in the first blog post of this series, MUnit for
MUnit for Java Programmers: Test doubles
What are test doubles? A test double is a term used to describe replacing a dependent component of the functionality that is being tested
MUnit for Java Programmers: Test fixtures
Test fixtures, also known as a test context, sets up the conditions for a test to run. These test conditions will be a known
MUnit for Java Programmers: Test Assertions
At the heart of unit tests are assertions which provide a mechanism for comparing expected outcomes with actual outcomes. JUnit provides a large selection
An introduction to MUnit for Java programmers
Unit tests are an integral part of the software development lifecycle. However, for most it is a task that must be endured and compounded
DataWeave function chaining for Java programmers
In this article, you will learn how to use method chaining in DataWeave with reference to Java 8 lambda expressions and how to convert