'Integration Design Patterns' in Action - "Message Sequence" Pattern in MuleSoft !!

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ก.ย. 2024
  • I am happy to introduce the 'Integration Design Pattern' series where I am planning to publish series of videos that explains Integration Design Patterns and also with working sessions of constructing those design patterns in MuleSoft in Mule-4 version.
    Hope the MuleSoft aspirants are happy to go through such series of videos to learn and get benefited. Cheers !!
    Here is the Mule-4 Flow XML File for Reference:
    drive.google.c...

ความคิดเห็น • 26

  • @akarshkumarJavvaji
    @akarshkumarJavvaji ปีที่แล้ว +1

    Thank you, Siva. You're doing unique videos by addressing more real time scenarios. These are very help full to all!! Keep it up

  • @srinivasbarla8064
    @srinivasbarla8064 3 ปีที่แล้ว

    Thank you. Every Enterprise Integration Pattern is very explained in the series

  • @venkatk161
    @venkatk161 2 ปีที่แล้ว

    It's really Thrilling!. Thank you once again!

  • @manikantaadabala3122
    @manikantaadabala3122 4 ปีที่แล้ว

    Thank you siva for giving your valuable time to share your experience👏👏👏👏

  • @nagautube1
    @nagautube1 4 ปีที่แล้ว

    thank you for your time on these videos, highly appreciated. Thanks

  • @emailyreddy
    @emailyreddy 4 ปีที่แล้ว

    Its very use full, hopefully you will cover all the popular patterns

  • @hyeranbrummett7815
    @hyeranbrummett7815 4 ปีที่แล้ว

    Thank you so much for the EIP series!

  • @naveenkumar11111
    @naveenkumar11111 3 ปีที่แล้ว

    Hello.. your videos are very helpful and clear. thank you!

  • @srkomma
    @srkomma 4 ปีที่แล้ว

    Wonderfully explained!

  • @vijaydhanakodi5591
    @vijaydhanakodi5591 4 ปีที่แล้ว

    This is what I have been expecting Siva .. wow keep up the good work

  • @mdwasimansari8122
    @mdwasimansari8122 3 ปีที่แล้ว

    Thank you so much for brief explanation :)

  • @letsshopeasy
    @letsshopeasy 4 ปีที่แล้ว

    Great demonstration...

  • @naveenbabu6258
    @naveenbabu6258 4 ปีที่แล้ว

    Nice explanation!
    It will be great if you provide the guidelines/best practice for Mulesoft Integration/System UAT..especially effectively testing the API's.

  • @harimetkari2202
    @harimetkari2202 2 ปีที่แล้ว

    Thank you so much

  • @omkarjeereddi1751
    @omkarjeereddi1751 4 ปีที่แล้ว

    Very helpful content. Thanks a lot for your effort...you just awesome Siva :)

  • @shanijaiswal
    @shanijaiswal 4 ปีที่แล้ว

    Very nice explanation sir !! Keep it up .

  • @amitpuri2514
    @amitpuri2514 4 ปีที่แล้ว

    clean explanation.. thank you

  • @mastermansaw
    @mastermansaw 4 ปีที่แล้ว +1

    Can you do a video on how to join the split messages into a single message? When you added VM queue publisher for a minute I thought you were going to add a VM consumer and there you are going to show how the messages can be joined.

    • @saravanalinga
      @saravanalinga 3 ปีที่แล้ว

      @siva , please tell how to join the split messages into a single message, that might be very useful

  • @mitzk846
    @mitzk846 4 ปีที่แล้ว

    good job Siva. Can we get more videos around DataTypes,Traits,Examples with RAML API Development

  • @NEENA0499
    @NEENA0499 3 ปีที่แล้ว

    Hi Sir, Can you post a video on how to handle paginated JSON Payload? A paginate json payload means it always give next page token in response and we need to pass that token and call again to get next page. Basically iterating http request until there is not next page token. Could you tell me how to achieve it? Total number of pages are not given.

  • @janak192
    @janak192 4 ปีที่แล้ว

    Thank you for this video. can you please post a video on implementing pagination in mule 4. Thanks in advance.

  • @mastermansaw
    @mastermansaw 4 ปีที่แล้ว

    Thank you, Siva. This greatly helps
    Please provide the java code which you showed in the video for splitting the message

    • @amitpuri2514
      @amitpuri2514 4 ปีที่แล้ว +3

      package com.siva;
      import java.util.ArrayList;
      import java.util.List;
      public class StringUtils {

      public static List splitEqually (String msg, int size){

      List splitStrings = new ArrayList((msg.length() + size -1)/size);

      for(int start = 0 ; start

  • @mohorafi8960
    @mohorafi8960 4 ปีที่แล้ว

    Hello siva could you please video on multi file processing in single go

  • @kapilnadda1959
    @kapilnadda1959 4 ปีที่แล้ว

    Thankyou so much