Re: How many times can we loop the send shape in the orchestration

Home Page Forums BizTalk 2004 – BizTalk 2010 How many times can we loop the send shape in the orchestration Re: How many times can we loop the send shape in the orchestration

#26411

Scenario 2 mentioned here will help you.

SendPort: Delivery Notification=Transmitted.

Delivery Notification – If a message fails to be delivered on a Port, the “DeliveryFailureException” is generated. Note that “Delivery Notification” is NOT available for Binding property “Specify Now”.

There are two kinds of Exceptions handled in this orchestration.

  • DeliveryFailure Exception
  • General Exception
  • DeliveryFailure Exception is raised by the Port, since the file path specified in the Dummy Port does not exist. The exception handler handles the exception by sending the message into the OfflineFolder. Notice that in this case, the DeliveryFailureException has been correctly raised.

    http://www.codeproject.com/…/A-developers-guide-to-handling-exceptions-in-BizTa