How to a subscribe to a queue in msmq using c#.
Assuming i have a client as a win form and would like to subscribe to a que, everytime a message is arrived in the que i would like the form to be notified about it. Any example.
Thanks
How to a subscribe to a queue in msmq using c#. Assuming i have
Share
You could also use WCF to subscribe to messages from an MSMQ queue and handle them as a service method in your WCF service.
Check out