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.
Nice explanation! It will be great if you provide the guidelines/best practice for Mulesoft Integration/System UAT..especially effectively testing the API's.
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.
Thank you, Siva. You're doing unique videos by addressing more real time scenarios. These are very help full to all!! Keep it up
It's really Thrilling!. Thank you once again!
Thank you. Every Enterprise Integration Pattern is very explained in the series
thank you for your time on these videos, highly appreciated. Thanks
Thank you siva for giving your valuable time to share your experience👏👏👏👏
Hello.. your videos are very helpful and clear. thank you!
Its very use full, hopefully you will cover all the popular patterns
Wonderfully explained!
Thank you so much for brief explanation :)
This is what I have been expecting Siva .. wow keep up the good work
Thank you so much for the EIP series!
Great demonstration...
Very nice explanation sir !! Keep it up .
Very helpful content. Thanks a lot for your effort...you just awesome Siva :)
clean explanation.. thank you
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.
@siva , please tell how to join the split messages into a single message, that might be very useful
Nice explanation!
It will be great if you provide the guidelines/best practice for Mulesoft Integration/System UAT..especially effectively testing the API's.
good job Siva. Can we get more videos around DataTypes,Traits,Examples with RAML API Development
Thank you for this video. can you please post a video on implementing pagination in mule 4. Thanks in advance.
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.
Thankyou so much
Thank you, Siva. This greatly helps
Please provide the java code which you showed in the video for splitting the message
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
Hello siva could you please video on multi file processing in single go
Thank you so much