I have an application where a portal needs to inform a client when there has been a certain type of activity. I need a quick, easy to implement, messaging solution.
I would like to create a small client application to display any messages for a given client. I would like to have a service (e.g., IIS 6.0 hosted) which accepts messages from the portal and provides them to the client. Ideally delivery would be guaranteed.
It sounds to me like a job for WCF and MSMQ (I have never used either). Does anyone have any idea on how feasable that would be or have a different idea which would do the job?
All of the clients are in the domain, all are identically configured XP machines. The server is Windows Server 2003.
Thanks,
David
Start Free Trial