Re: Receive Port & Receive Location

Home Page Forums BizTalk 2004 – BizTalk 2010 Receive Port & Receive Location Re: Receive Port & Receive Location

#21059

Receiving a message twice is no problem.  BizTalk is designed with such requirements in mind.  BizTalk uses a publish/subscribe model.  You only need a single receive location to receive the message.  When the message is received the location publishes the message into the message box.  To receive the message twice you just need two subscribers (send ports or orchestrations).  To configure an orchestration to subscribe to the receive location you could either bind it to the receive port or use a filter on the orchestration receive shape.  To configure a send port to subscribe you have to use a filter expression.  Example:  BTS.ReceivePortName = “MyReceivePortName”.