Class: Topic

Topic

A Topic object holds the name of a JMS topic. Topics offer a one-to-many communication paradigm, where each message is received by all the subscribers. The exact policies of message dispatching depend on the specific JMS broker.

new Topic()

This method is not meant to be used directly. Creates a Topic object that holds the name of a JMS topic.

Extends

Method Summary

getTopicName
Gets the name of this topic.

Method Detail

getTopicName() → {String}

Gets the name of this topic.
Returns:
Type
String