Looking up Hierarchical Topics
Client applications can lookup a topic in the FioranoMQ Server using either JNDI APIs or a bound object of type FioranoInitialContext.
Criteria for looking up hierarchical topics are:
The topic being looked up contains a wild-card character, either * or (#), along with any number of delimiters (.). The lookup call succeeds only if the root topic is created by the administrator earlier. If the topic being looked up contains a * or (#), the call is successful only when there is at least one topic in the server whose name matches the named looked up.
For example: If the user tries to lookup "primarytopic.a.*" or "primarytopic.a.#", then the lookup is successful only if "primarytopic.a" exists on the server.