This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.
Creating Hierarchical Topic Subscriptions
This sample demonstrates how to publish messages to topics and sub topics in a topic hierarchy and to create hierarchical topic subscriptions.
About the sample
The <MB_HOME>/Samples/HierarchicalTopicsSubscriber/src/org/sample/jms
directory has the following classes:
SampleHierarchicalTopicsClient.java
class defines a client that subscribes to a hierarchical topic structure of which the main topic isGames
.TopicPublisher.java
class defines a client that publishes messages in the hierarchical topic structure mentioned above.Main.java
class defines the method to call both the clients.
Click the relevant tab to see the code.
Prerequisites
See Prerequisites to Run the MB Samples for a list of prerequisites.
Executing the sample
Run the ant command from <MB_HOME>/samples/HierarchicalTopicsSubscriber
directory.
Analyzing the output
When you run the sample, you will see the following in the output log in the console.
[java] Receiving messages for Games.Cricket.* : [java] Receiving messages for Games.Cricket.# :