MuleSoft

Scatter-Gather

Pre-requisites Any point Studio: Salesforce: Database: Scatter-Gather Router  Steps: 2. Following the addition of the listener component, include two loggers to mark the beginning and the end of the flow. By logging the message “Start of flow” ++ (flow.name as String), in expression mode. 3. Now we’ll add read component by configure the connector configuration […]

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

JCE Cryptography Module In Mulesoft

Introduction What is JCE Cryptography? The Java Cryptography Extension (JCE) is an officially released Standard Extension to the Java Platform and is included in the Java Cryptography Architecture (JCA). JCE offers a framework and implementations for encryption, key generation, key agreement, and Message Authentication Code (MAC) algorithms. JCE Cryptography modules in Mulesoft The JCE strategy […]

MuleSoft

Two-Way SSL In MuleSoft

Introduction What is Two-Way SSL? Two-Way SSL, also known as Mutual SSL or Bidirectional SSL, is a type of SSL (Secure Sockets Layer) communication where both the client and the server authenticate each other. This enhances security by ensuring that both parties in the communication can verify each other’s identity. How does Two Way SSL […]

MuleSoft

One-Way SSL In MuleSoft

Introduction What is One Way SSL? One-way SSL (Secure Sockets Layer), also known as SSL/TLS authentication or server-side SSL authentication, is a security protocol used to establish an encrypted link between a client and a server. In one-way SSL, only the server is authenticated to the client. How does One Way SSL work? As previously […]