Re: Orchestration Send Ports "Flooded" with single message endlessly repeated

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

#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?