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 […]
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 […]
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 […]
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 […]
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 […]
Overview: – Transferring files between systems is a common task in many businesses. MuleSoft makes this easy with its FTP connector. This blog will guide you through using the FTP connector in MuleSoft, from setting it up to transferring files securely and efficiently. The FTP connector allows you to connect to FTP servers, including secure […]
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 […]
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 […]
Overview: – What is DataWeave: – Why do we need to externalize: – How to externalize: – Steps: