Direct Binding with multiple receive ports

Home Page Forums BizTalk 2004 – BizTalk 2010 Direct Binding with multiple receive ports

Viewing 2 reply threads
  • Author
    Posts
    • #25179

      Hi,

      I am having 2 orchestrations. and i have used direct binding for this. orc1 sends the msg and orc2 receives the msg.

      I will have one more orchestratios too in the application. lets say orc 3.

      Can anybody say me whether i can use the same direct binding which i createed in orc1 to send msg with orc3 receive port?

      Now the requirement is : orc1 sends the msg. orc2 and orc3 both will receive the same msg. how can i do this?

      Regards,

    • #25180

      Hi ,

      Of course you can use the same direct bindings used in the orc2.

      In fact, you have an orc1 which send msg to the MessageBox (due to the direct binding).

      Then you have one or more subscipters who subscribe to the Msg (using Promoted Properties). In your case, you want that 2 orcs can receive the msg, so you have to build orc with receive shape and appropriate filter and msgType.

      That’s all!!!

      Regards,

    • #25202

      Hi kuunuu,

       

      Multiple scenario is available to implement this concept.

      1.       Let assume that if ur orch1 is having dependency with orch2 and orch3, you use call orchestration shape and pass the value while calling it.

      1. if orch1 does not have dependency with orch2 and orch3, you can use start orchestration shape and pass the value while calling it
      2. Use direct binding and as per your scenario two subscribers (orch2 and orch3) have to receive the msg, so you can set the filter and message type.

       

      Regards

      Benit

Viewing 2 reply threads
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.