MSMQ - EAI MSMQ Transport
Hi There,
We are in Siebel 8.1.1.11 and use MSMQ to send an XML message to the external Siebel system of the same version.
We use 'EAI MSMQ Transport' - Send method to submit the request in queue.
The message goes fine and also the external system can process it without any issue. Sometimes the XML that we send contains larger size attachment.
If the attachment size is larger the EAI MSMQ Transport service splits the attachment into ~4MB pockets and submits the same to the external system and the MSMQ receiver merges all these messages at the receiving end.
However, if the attachment size is > 50 MB, the receiver gets crash and could not merge any message from the queue.