Uses of Class
org.apache.activemq.artemis.jms.client.ActiveMQTopic
-
Packages that use ActiveMQTopic Package Description org.apache.activemq.artemis.jms.client -
-
Uses of ActiveMQTopic in org.apache.activemq.artemis.jms.client
Subclasses of ActiveMQTopic in org.apache.activemq.artemis.jms.client Modifier and Type Class Description class
ActiveMQTemporaryTopic
Methods in org.apache.activemq.artemis.jms.client that return ActiveMQTopic Modifier and Type Method Description static ActiveMQTopic
ActiveMQDestination. createTopic(java.lang.String address)
static ActiveMQTopic
ActiveMQDestination. createTopic(java.lang.String address, java.lang.String name)
static ActiveMQTopic
ActiveMQDestination. createTopic(org.apache.activemq.artemis.api.core.SimpleString address)
-