I wanted to experiment with custom subscription management. The documentation states to override handlesSubscriptions() and return true, plus implement manage(CommandMessage message).
I never see my handlesSubscriptions() method called, so my manage(..) method is, of course, never called. Is there something else I need to setup?
-S