Few messages in our production are getting suspended with the below error. WCF services are writing these messages to MSMQ and BizTalk is polling MSMQ.
Description:
A message received by adapter "MSMQ" on receive location "MSMQReceiveLocation" with URI "FORMATNAME:DIRECT=OS:.\PRIVATE$\XXXXX" is suspended.
Error details: The Messaging Engine failed while executing the inbound map for the message coming from sourceURL:"FORMATNAME:DIRECT=OS:.\PRIVATE$\XXXX" with the Message Type "TestMsg".
Details:"An error occurred when parsing the incoming document: "'', hexadecimal value 0x13, is an invalid character. Line 1, position 379.". "
Any way to get these message processed inside the BizTalk ? Any settings in Pipeline components which can process instead of giving error?
Appreciate your quick help.