ashwinraghav / mynotify

1 stars 1 forks source link

Client subscriptions tracker #19

Closed ashwinraghav closed 11 years ago

ashwinraghav commented 12 years ago

We need to have an api or a class that a client can instantiate and issue subscriptions too. The job of this class will be to simply keep track of all remote subscriptions. Forwarding the subscriptions is already complete. We are trying to have the client keep track of its subscriptions so that 1) The server need not have any state and if it is restarted, it can simply tell the clients to re-register all subscriptions 2) Rabbit mq can be restarted too!

This is a nice to have. It is a feature and cannot be really profiled. Ashwin