JMS Examples: Clustered Topic

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 157

This topic has not yet been written. The content below is from the topic description.
11.1.9. Clustered Topic The clustered-topic example demonstrates a JMS topic deployed on two different nodes. The two nodes are configured to form a cluster. We then create a subscriber on the topic on each node, and we create a producer on only one of the nodes. We then send some messages via the producer, and we verify that both subscribers receive all the sent messages.