sending XML via MSMQ

G

Guest

i'm working on an app that needs to send large XML files from a server to
remote devices via MSMQ. what is the best (ie: most efficient) object type
to use for the body of the message? should i use 'string'? XmlDocument?
something else?

thanks!
 
G

Guest

"XML" and "efficient" aren't really compatible terms. XML is a string, so
if you want to send raw XML, that's fine. If you ewant efficient you should
compress it before sending.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top