delay between messages

Home Page Forums BizTalk 2004 – BizTalk 2010 delay between messages

Viewing 1 reply thread
  • Author
    Posts
    • #22974

      Hello all,

       

      I receive an batched txt file. I use the flat file dissasembler and i get single messages. I wan’t to send single messages to a send port but with a delay of 2 sec between them. How can i do that in an orchestration?

      Thank you

    • #22975

      You would need to set up a Convoy to receive all the messages one at a time.  If you need them in order, you can enable Ordered Delivery on the Receive Port inside the Orchestration.

      Inside the Orchestration, right after your Send Shape add a Delay Shape for 2 seconds.

      That is probably the easiest way I could think of to accomplish this.

      Hope this helps.

      Stephen W. Thomas

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