Hi all! I’m a beginer in BizTalk I want to use ftp (file Transfer Protocol) to transfer text file (~ 1 MB) from BizTalk Server 1 to BizTalk Server 2 via MSMQ or MSMQT.
Anyone can give me some guide step by step to complete this problem ? Thank advance!
Thanks to Mr Stephen W. Thomas! But I have some questions : Should I break that file into small messages by orchestration, then transmit messages via MSMQ? How to create file from MSMQ messages, whether i need to write an orchestration for doing this?
Here is a general idea of what you need to do: 1. Create a Receive Port and Location to pick up the file via FTP 2. Create a Send Port with a Filer on the Receive Port Name to send the file to a local private MSMQ on the other server 3. Crease a Receive Port and Location on the 2nd Server to pick up the file off the queue
I would use MSMQ rather then MSMQt – basically because it is just easier to work with.