-
WCF newbie
ahh! so many options. so confused.
im trying to begin writing a simple WCF service but not sure exactly where to go.
what do I want the service to do? to listen to incoming messages in MSMQ.
I then of course need a client to send messages to MSMQ.
For the server side, what would I expose so the client can send the message?
-
Re: WCF newbie
you write code in exactly the same way as you would in a standard app to consume and use MSMQ. The only difference with WCF is that you need to make the methods a contract to expose the methods and you also just need to ensure that the address's are set correctly in the config file.
take a look here http://www.codeproject.com/Articles/...g-WCF-and-MSMQ