Using WCF with MSMQ binding: How can I handle soap messages that exceed MSMQs 4MB message limit?

231 Views Asked by At

We have an integration scenario where we have to call a WCF service using an MSMQ queue (using WCFs netMsmqBinding).

If I understand correctly, MSMQ has a 4MB limit on message size.

So my question is: How do the WCF/MSMQ bits handle SOAP messages that exceed this limit? Is there for instance some functionality that splits large SOAP response bodies?

Note that I'm not asking only about MSMQ message size limitations, judging from other answers and MSMQ docs, the limit seems to be 4 MB. I wonder if the WCF MSMQ binding works around this limit somehow.

0

There are 0 best solutions below