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

#21980

Soundslike you have created yourself a loop.
A direct bound port without any additional filters will subscribe to any messages of the type specified on the activate receive shape.

If you subsequently send the same message type out a send port, then another instance of the orchestration will begin, over and over.

Are you sending the same message type out one of the send ports?