Ordered Delivery

Home Page Forums BizTalk 2004 – BizTalk 2010 Ordered Delivery

Viewing 1 reply thread
  • Author
    Posts
    • #14610

      If I’m setting the send port properties with C# in Orchestration for example as below. How do I set ordered delivery?

      OutPort(Microsoft.XLANGs.BaseTypes.Address) = @\”c:\\myfile.xml\”;
      MyMessageOut(BTS.RetryCount) = 3;
      MyMessageOut(BTS.RetryInterval) = 5;
      MyMessageOut(FILE.CopyMode) = 1;

    • #14611

      For some reason, I think I remember hearing that dynamic ports do not support the new Ordered Delivery features.

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