Click here to Skip to main content
15,886,075 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How retries are handled in orchestration in Biztalk server 2010
Posted

I am not familiar with BizTalk 2010. But in 2004, you can change the retry properties inside a construct message shape. The properties are BTS.RetryCount[^] and BTS.RetryInterval[^].
 
Share this answer
 
Retries can be handled in many ways within an orchestration. In one of my project I have used loop shape and suspended shape. If any exception occurs then the orchestration suspended in resumable mode.Also, you can retry within a loop by making send port shape property Delivery Notifiation as transmitted.

Thanks,
Tanmoy
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900