I’m trying to find how to do global counters in orchestrations. I’d like to have a global variable to increase for each message that pass across this orchestration. I need it to know how many messages I’ve processed and gather it in a log.
Biztalk already supports this functionality in BAM
The alternatives are quite dauniting, especially if you want you Biztalk group to scale i.e. have more than on server. The possiblity exists for multiple orchestration threads to be running on multiple servers. You will need some shared service handling contention, like a database.
Author
Posts
Viewing 1 reply thread
The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.