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 […]
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 […]
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 […]
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 […]
JSON Logger (MuleSoft) Overview: Now let’s configure our Mule application to use the JSON Logger and see the demo about the features provided by it. Step 1: Step 2: Step 3: Step 4: If we don’t want the location to be logged, we can set log location info to false in the connection. We can […]
Expose GraphQL API in MuleSoft In this blog, let us discuss how to expose GraphQL API in MuleSoft. We would be exposing a GraphQL API in MuleSoft which would allow us to get 2 resources that are exposed as REST APIs. Here, we can consume a single GraphQL API Endpoint to consume both resources rather […]
Pre-requisites Upsert Operation in Salesforce Steps: 1.To begin, a new Mule project needs to be created. Then, a file component should be dragged and dropped into the project for the On New or Updated File. Configure the directory, set the matcher to edit inline, and specify the filename as name_of_file.csv. to trigger the flow. 2.Following […]
Pre-requisites Salesforce: We need to have Salesforce developer account. Create a Salesforce custom object with some fields, as per the requirement. Click on Create in the home section, which is on the right-hand side. Then click on custom object, then fill in the name of the custom object. Then click on fields and relationship, then […]
Introduction What is MUnit? MUnit is a Mule application testing framework that allows you to easily build automated tests for your integrations and APIs. Why use MUnit? It provides a full suite of integration and unit test capabilities and is fully integrated with Maven and Surefire for integration with your continuous deployment environment. With MUnit […]