wcf - Large data to cloud service -


i need send 50 mb of data containing images service on windows azure.

should send wcf service using binding msmq transpotation, or better write worker role service (like windows service on cloud) , use ftp transmit (possibly compressed) file worker role service?

50mb quite large sending message.

transactional queuing on msmq supports large messages splitting them chunks of maximum message size (currently 4mb) , stitching @ destination.

however i'm struggling understand how use msmq on premise transmit azure storage queue (or azure service bus queue).

i think ftp more suited moving large files.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -