Global counters in orchestrations

Home Page Forums BizTalk 2004 – BizTalk 2010 Global counters in orchestrations

Viewing 1 reply thread
  • Author
    Posts
    • #15529

      Hello,

      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.

      Does somebody know how to do this?

      Thank you.

    • #15528

      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.

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