Hi,
for our application the vendors send data in various excel formats, these excel formats are converted to xml using a pipeline component.
to implement time-order the Excel files need to be dumped to a Queuing mechanism.The files range in size from 400kB to 100MB.
How do you push Excel files to the MSMQ to be picked up by BizTalk?
since the files are not in XML and will only be converted to XML once picked up by BizTalk.
Can MSMQ support greater than 4MB file sizes ?
I have heard about MSMQT ,MSMQC and WCF-MSMQ, which is apt for use with Biztalk 2006 R2 in this scenario?
The flow needs to be something like this
[Excel] -> .NET Application -> MSMQ -> BizTalk
thanks,
Jerry