Tag Archives: mulesoft tutorial

MuleSoft RabbitMQ Integration Using AMQP Connector

MuleSoft RabbitMQ Integration is achieved using AMQP Connector. AMQP (Advanced Message Queuing Protocol) is a messaging protocol for RabbitMQ together with various other supported protocols. In this article, I will explain how to Publish and Consume AMQP messages with RabbitMQ queues and exchanges using MuleSoft AMQP operations.

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 »

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 Batch Processing Tutorial: Bulk Processing Using Batch Job With Batch Steps & Batch Aggregator

With various other powerful features and functionalities available in Mule 4, another popular and widely used functionality provided by Mule 4 is its Batch Processing capability which allows processing bulk data in batches in parallel in order to achieve better throughput and efficiency when dealing with large sets of data. In this tutorial, you will… Read More »

MuleSoft Mule 4 Tutorial: How to Use Global Configurations for Environment Properties

In order to use different properties for various environments like Dev, QA, Prod etc. Mule 4 provides options to use separate properties files which helps promoting your solution to different environments in a more sophisticated and dynamic manner without re-packaging the solution or without creating the deployable artifacts again & again. In this tutorial and… Read More »

MuleSoft Mule4 Tutorial: How to Use Map & MapObject DataWeave Functions to Iterate on Array of Objects

MuleSoft dataweave expression language provides a rich set of functions and operators which can be used to perform various types of operations on payload to achieve desired transformations. When implementing integration flows using Mule ESB, we often come across scenarios where we have to deal with a large set of data in the form of… Read More »

MuleSoft API Manager Tutorial: Design API |Publish to Exchange | Deploy to CloudHub | Apply Policies

MuleSoft AnyPoint Platform provides a rich set of tools and features to design APIs, Publish APIs to Exchange, Deploy APIs to MuleSoft Managed cloud environment (Cloudhub) and apply different API governance policies for exposed APIs using API Manager. In this post, we will explain how we can design API Specifications in Visual Editor using Design… Read More »

MuleSoft Beginners Tutorial: How to Query Data from Oracle Database

MuleSoft is one of the popular integration platforms with its sophisticated ESB and API management offering and a great set of feature-rich tools for design development, testing, deployment, management and monitoring of Mule Applications and APIs to integrate diverse systems and applications. MuleSoft provides AnyPoint studio which is an Eclipse based IDE to design and… Read More »