Hi,
Can any help me to find the answer of the following questions.
We have a solution where we are picking the messages using Windows Service Service fires every after 2 minutes and pick the message to pass it ot a web Service.
Q1- Can i create a WCF service which will automatically pick the messages from MSMQ Queue. Q2- Can I avoid Windows Service by using WCF Service if it support auto invocation.
Thanks in advance.
Regards