Mulesoft

19 lessons37 min total



  1. URL Encoded Format
    URL encoding converts non-ASCII characters into a format that can be transmitted over the Internet. URL encoding replaces…


    4 min





  2. Batch Processing in Mule 4.0
    batch processing provides a construct for asynchronously processing larger-than-memory data sets that are split into individual records.


    2 min





  3. How to Use APIkit Router in Mule 4
    The APIkit Router element allows you to define an API. It helps developers generate whole code from the…


    1 min





  4. Create Munit in mule 4 (Anypoint Studio)
    MUnit is a powerful application testing framework built into Anypoint Studio, which enables developers to create, design and…


    2 min





  5. MUnit Operations and Tools in Mule 4 (Anypoint Studio)
    MUnit is divided into two main sub-modules, one is called MUnit and the other MUnit Tools. Additionally, there…


    3 min





  6. MUnit Matchers and Types (Mule 4)
    MUnit matches are a set of DataWeave functions to define assertion conditions for any value in an expression.


    2 min





  7. Anypoint Exchange (Mulesoft Interview Questions)
    Anypoint Exchange provides the benefit of being able to discover, share, and incorporate assets and resources into your…


    1 min





  8. For Each Scope In MuleSoft (Mule 4)
    The For Each scope splits a payload into elements and processes them one by one through the components…


    2 min





  9. Parallel For-Each Scope in MuleSoft (Mule 4)
    Every execution of the Parallel For Each scope starts with the same variables and values as before the…


    2 min





  10. For Each and Parallel For Each Comparison in MuleSoft (Mule 4)
    Both For Each and Parallel For Each split the defined collection, and the components within the scope process…


    4 min





  11. Parse Template Reference in Mule4
    Use a parse template to load the content of a flow-external file into a Mule flow, then use…


    1 min





  12. Mulesoft API Lifecycle Management
    Full API lifecycle management is the process of overseeing an API from its creation to retirement across its…


    2 min





  13. Designing an API (Mulesoft API Lifecycle)
    The first step in the API lifecycle is design — when the API is created. Designing an API…


    1 min





  14. Mule Events in Mulesoft
    A Mule event contains the core information processed by the runtime. It travels through components inside your Mule…


    1 min





  15. JMS Connector with Apache Activemq
    Anypoint Connector for JMS (Java Message Service) (JMS Connector) enables sending and receiving messages to queues and topics…


    2 min





  16. JMS Messaging Pattern in MuleSoft
    JMS messaging pattern is widely used for asynchronous communication. JMS is introduced between the Source and Target systems…


    2 min





  17. Running Apache Kafka on Windows OS
    Kafka requires Java 8 for running. And hence, this is the first step that we should do to…


    2 min





  18. Mule 4: HTTP request connector
    the HTTP Request connector is a powerful component that allows you to send HTTP requests and receive responses…


    2 min





  19. Mule 4: Multipart/form-data in HTTP Request Connector
    Multipart/Form-Data service using the HTTP Request connector in Mule 4


    1 min