Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Orchestration Send Ports "Flooded" with single message endlessly repeated › Re: Orchestration Send Ports "Flooded" with single message endlessly repeated
March 26, 2009 at 12:03 PM
#22001
One suggestion, although I have never tried this is to change the message type of the archive message.
Declare an archive message within your orchestration of type System.Xml.XmlDocument (Untyped message) and assign this from the incoming message and send this to the archive port.
What does the archive send port do? Is it just a passthru pipeline?