MuleSoft

Deploy A Mule Application On Cloud Hub Using REST APIs

Overview: – What Are MuleSoft Platform APIs?: – Click here Anypoint Exchange (mulesoft.com) Prerequisites: – Steps to deploy the Mule application: – Step 1: Open Postman, configure as shown below, and hit the API POST https://anypoint.mulesoft.com/accounts/login Content-Type: application/json Body:     { “username”:”ANYPOINT_PLATFORM_USERNAME”, “password”:”ANYPOINT_PLATFORM_PASSWORD”      } Note: – If you are getting any response like an […]

MuleSoft

Domain Projects In MuleSoft

Overview: – What is a Domain Project: – Advantages of Mule Domain Project: – Note:- Let’s demonstrate a simple use case to understand about Domain project clearly. Use Case: – Deploy two applications with the same port on Mule standalone run time. Note: – Generally, each application needs to be deployed on different ports otherwise […]

MuleSoft

Mule Standalone Runtime Setup & Registering With Anypoint Platform

Overview: – What is Mule Standalone Runtime: – Prerequisites: – Download Mule Standalone Runtime: – Step 1: Click the link below to download the Mule standalone server. https://www.mulesoft.com/lp/dl/anypoint-mule-studio Step 2: Select the product as Mule Standalone from the dropdown. Provide the below details and click on download. Step 3: Check your email inbox for downloading […]

MuleSoft

VM Connector In MuleSoft

Overview: – Virtual Machine (VM) Connector in MuleSoft is an internal mechanism that facilitates communication between different Mule applications or flows within the same MuleSoft runtime instance. In this blog, you will learn: What is a VM queue? Operations that we can Perform using the VM Module. How to Use MuleSoft VM Connector. What is […]

MuleSoft

Guide To MuleSoft’s SFTP Connector

Overview: – In the modern digital landscape, secure and efficient file transfer is a critical component for businesses, particularly when dealing with sensitive data. MuleSoft offers a robust solution for secure file transfers through its SFTP (Secure File Transfer Protocol) connector. In this blog, you will learn: What is SFTP and How to set-up an […]

MuleSoft

Mulesoft JMS Connector With JMS ActiveMQ

Overview: – MuleSoft provides a powerful and flexible integration platform that simplifies the process of connecting applications, data, and devices. Using MuleSoft’s JMS connector, you can seamlessly integrate JMS with various systems and services. Integrating MuleSoft with JMS ActiveMQ enables you to build powerful and reliable messaging solutions, leveraging the strengths of both platforms. This […]

MuleSoft

A Guide to Batch Processing in MuleSoft

Introduction: Batch Job Lifecycle:It has three phases: –Batch Job has three phases: – 1.Load and dispatch phase 2.Process phase 3.On complete phase 1.Load and dispatch phase: – 2.Process phase: – 3.On complete phase: – Batch Job Components: – Batch Job: – Configuration: – Name: – Batch job name Max Failed Records: – this value defines […]