Monitor multiple receive locations?

Home Page Forums BizTalk 2004 – BizTalk 2010 Monitor multiple receive locations?

Viewing 1 reply thread
  • Author
    Posts
    • #17202

      Hello gurus,

      I've got 50 different folders to be monitored for different clients and invoke different processing logic (say maps & .NET components). I wonder what is the best way to accomplish this? Have 50 different receive ports?

      What I am looking at is putting all of them (files in different folders) into a MSMQ que and based on content or some identifier (I can use folder name as client identifier and dig into configuration file for each of the client to get the map name),  – invoke different processing logic there after. But how to introduce them into BizTalk? A receive port for each folder?Doesnt it cost the performance?

      Thanks in advance.

       

       

    • #17226

      The best solution would be 50 receive locations.

      There is no performance cost in having multiple receive locations.

      All the code to configure, listen for files, process thru a pipeline, map and route is already provided in Biztalk

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