Called to create a subscription so that future publishes to a similarly named topic alert the MessageListener that a publish has happened. Warning Currently the topic is a simple string pattern match. This more closely resembles JMS rather than the OpenAjax hub because we're taking the sim
(String topicName, MessageListener listener)
| 42 | * @param listener The object to notify of matching calls to publish() |
| 43 | */ |
| 44 | void subscribe(String topicName, MessageListener listener); |
| 45 | |
| 46 | /** |
| 47 | * Reverse the action of {@link #subscribe(String, MessageListener)} |
no outgoing calls