0
我試圖使用WCF和NetMessagingBinding發佈消息到一個Windows服務服務總線主題和大郵件 - 至少603KB - 推操作拋出以下錯誤:WCF NetMessagingBinding和傳出配額
System.ServiceModel.QuotaExceededException: The maximum message size quota for outgoing messages (262144) has been exceeded.
Server stack trace:
at System.Runtime.BufferedOutputStream.WriteCore(Byte[] buffer, Int32 offset, Int32 size)
at System.Xml.XmlBinaryNodeWriter.FlushBuffer()
at System.Xml.XmlStreamNodeWriter.GetBuffer(Int32 count, Int32& offset)
at System.Xml.XmlStreamNodeWriter.UnsafeWriteUTF8Chars(Char* chars, Int32 charCount)
at System.Xml.XmlBinaryNodeWriter.UnsafeWriteText(Char* chars, Int32 charCount)
at System.Xml.XmlBinaryNodeWriter.WriteText(String value)
at System.Xml.XmlBaseWriter.WriteString(String value)
(...)
從錯誤我發現問題不是序列化,因此我不能使用消息格式化程序。我還能用什麼來克服這種異常?有什麼想法嗎?
在此先感謝!