Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Send msg to multiple locations › Re: Send msg to multiple locations
August 14, 2015 at 2:37 AM
#26528
Its send port group that has collection of send ports so that BizTalk Server can use to send the same message to multiple destinations in one configuration.
I agree to previous post
- Create 5 Send Ports
- Create a Send Port Group
- Add each Send Port to the Send Port Group
- Create a Filter on the Send Port Group using Bts.ReceivePortName (or something close to this
Sendport Group can have commom filter that applies to all its send ports.In addition send port can add filters for subscribing specific messages.