Insights and outlooks on software development

S'true

Regarding MSMQ on Windows

Monday, August 4, 2008 by Thomas L

After looking through other alternatives, I decided to go with the mainstream. A small windows service reading from the queue, implemented using WCF, and the client using WCF for adding messages to the queue.

One thing though, make sure that you configure a mex endpoint in the WCF service, otherwise it's hard to add a service reference. And the service should have a host tag as well.

Filed under having  

0 kommentarer: