Category Archives: Mule ESB

MuleSoft Interview Questions and Answers

MuleSoft Interview Questions and Answers covered in this article aim to help you crack Interview for MuleSoft Developer and related jobs. MuleSoft Developers and MuleSoft Architects are high in demand in the market due to growing popularity of MuleSoft in the integration world.

MuleSoft API Lifecycle Management : API Lifecycle Stages

MuleSoft API Lifecycle Management is a continuous process that covers the entire journey of an API from design to deprecation. In this article, I have discussed API Lifecycle Stages of a MuleSoft API in detail. By the end of this article; you should have a fairly good idea about each stage of API Lifecycle and… Read More »

MuleSoft Message Processors (Event Processors) Types

MuleSoft Integration AnyPoint Platform is widely used popular ESB which is used to integrate different types of systems & applications with its API-Led Connectivity approach and tons of enterprise features. The information that flows in these integration services is in the form of MuleSoft Messages containing message payloads and message headers and additional properties. MuleSoft… Read More »

MuleSoft Datadog Integration: MuleSoft Logs in Datadog

When implementing Integration Projects in MuleSoft, logging of useful information for debugging, tracking, monitoring purposes is always very important. You can log payload and/or other useful data using Logger component in your Mule Message Flows. Logs are made available for traceability and tracking purposes in the console in AnyPoint Studio and also in the AnyPoint… Read More »

Future as MuleSoft Developer: How to Become MuleSoft Professional

MuleSoft is among the leading Integration Platforms which has captured a very good share of the Integration as a Service (IPaaS) market. MuleSoft AnyPoint Platform is a feature-rich platform which provides excellent capabilities for organizations in their digital transformation journey. In this article, I will talk about How to Become MuleSoft Professional and what are… Read More »

MuleSoft Object Store V2 Tutorial : Object Store Connector Operations in Mule 4

For storing Objects in or across Mule Applications, Batch Processes and Components, Object Stores are used. MuleSoft Object Store lets you store data in the form of key value pairs and get it stored & retrieved through MuleSoft Object Store Connector. In this MuleSoft Object Store V2 Tutorial, you will learn basics of Object Store… Read More »

MuleSoft Java Module Tutorial : How to Invoke Java Methods

MuleSoft Java Module provides a set of operations which can be used to invoke methods from Java Classes in a very efficient and convenient manner. In this MuleSoft Java Module Tutorial, we will cover all available operations of this Java Module and you will learn how to invoke Static or Non-Static methods from a custom… Read More »

MuleSoft Solace Integration Using Solace Connector

MuleSoft Solace Connector is a readily available connector in AnyPoint Exchange that can be used in the Mule projects for MuleSoft Solace Integration. MuleSoft being a popular ESB choice in the market together with Solace as a feature-rich messaging and event-streaming platform makes it a perfect combination to achieve Event Driven Architecture in any organization.… Read More »

MuleSoft MongoDB Integration: Using MuleSoft MongoDB Connector to Insert Documents and Find Documents in MongoDB Collection

MongoDB is a popular and widely used NoSQL database which stores data in the form of documents inside database collections. When implementing integration solutions in Mule 4, MuleSoft MongoDB Integration can be done by using a feature-rich Connector Module provided by MuleSoft. MuleSoft MongoDB Connector is available in AnyPoint Exchange and can be conveniently implemented… Read More »

MuleSoft For Each Scope Tutorial: Collection Iteration in Mule 4 Using For Each Scope

When implementing message flows in MuleSoft Mule 4 using AnyPoint Studio, we often come across scenarios where we have to iterate on a large set of data in any type of collection (e.g. Arrays or Maps) and we are required to perform various operations on individual elements from the collection. This is where MuleSoft For… Read More »