I have to create a WCF service that handles following tasks:
- Register the notification sent from multiple client through WCF service.
- The WCF service in turn sends ( Callback) the notification to the multiple client.
The WCF service also want to listen a datachange notification from another database server.
Can a WCF service is treated as a Listener that listen and send notifications for each request.