Dear members,
I need some help regarding the setMaxReceiveLen and setAdjustReceiveLen params in the sag.jar used in java for entirex broker communication.
If the setMaxReceiveLen is set to 32000 in my java program but the max message size of entirex message is 32768, what will happen to the broker message that is of 32768 bytes? Will the extra 768 bytes be truncated when read by the java job or will the message be completely rejected as it is bigger than 32000?
Also what is the use of setAdjustReceiveLen? If it is set to true, even when the setMaxReceiveLen is set 32000, the message will be read fully (even if the max message size in broker is 32768 bytes); is it correct?
Thanks in advance for your reply!
#EntireX#webMethods#Mainframe-Integration