Class ClusteredTopicExample
- java.lang.Object
-
- org.apache.activemq.artemis.jms.example.ClusteredTopicExample
-
public class ClusteredTopicExample extends Object
A simple example that shows a JMS Topic clustered across two nodes of a cluster. Messages are sent on one node and received by consumers on both nodes.
-
-
Constructor Summary
Constructors Constructor Description ClusteredTopicExample()
-