sending data to msmq via wcf
WCF and WF
1
Posts
1
Posters
0
Views
1
Watching
-
Hi - I'm kind of new to MSMQ. I have created a sample wcf solution that has a SubmitToMsmq method. This method accepts an xml string representing an strong-typed request and then sends it to MSMQ. I was just curious - does .NET or the MSMQ framework have functionality that will allow me to send a strong-typed object to MSMQ rather than sending the string representation? If so - what are the advantages and disadvantages of this?