Using Windows Services to process MSMQ messages via WCF
We have a solution where we are picking the messages using Windows Service. The Windows Service fires every after 2 minutes and retrieves the MSMQ message to pass it to a Web Service. Can I create a WCF service which will automatically picks up the messages from MSMQ Queue? Can I avoid Windows Service by using WCF Service if it support auto invocation? Q1: you can automatically pick up messages from MSMQ, you will need to look into the netmsmqbinding, there are some design considerations that you have to think about though, if you are used to the native MSMQ, you know that you have the ability