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

Поділитися
Вставка
  • Опубліковано 18 січ 2025

КОМЕНТАРІ • 26

  • @akarshkumarJavvaji
    @akarshkumarJavvaji 2 роки тому +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

  • @venkatk161
    @venkatk161 2 роки тому

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

  • @srinivasbarla8064
    @srinivasbarla8064 3 роки тому

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

  • @nagautube1
    @nagautube1 4 роки тому

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

  • @manikantaadabala3122
    @manikantaadabala3122 4 роки тому

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

  • @naveenkumar11111
    @naveenkumar11111 3 роки тому

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

  • @emailyreddy
    @emailyreddy 4 роки тому

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

  • @srkomma
    @srkomma 4 роки тому

    Wonderfully explained!

  • @mdwasimansari8122
    @mdwasimansari8122 4 роки тому

    Thank you so much for brief explanation :)

  • @vijaydhanakodi5591
    @vijaydhanakodi5591 4 роки тому

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

  • @hyeranbrummett7815
    @hyeranbrummett7815 4 роки тому

    Thank you so much for the EIP series!

  • @letsshopeasy
    @letsshopeasy 4 роки тому

    Great demonstration...

  • @shanijaiswal
    @shanijaiswal 4 роки тому

    Very nice explanation sir !! Keep it up .

  • @omkarjeereddi1751
    @omkarjeereddi1751 4 роки тому

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

  • @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 4 роки тому

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

  • @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.

  • @mitzk846
    @mitzk846 4 роки тому

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

  • @janak192
    @janak192 4 роки тому

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

  • @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.

  • @kapilnadda1959
    @kapilnadda1959 4 роки тому

    Thankyou so much

  • @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

  • @harimetkari2202
    @harimetkari2202 3 роки тому

    Thank you so much