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
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