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?
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
Author
Posts
Viewing 1 reply thread
The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.