Uses of Class
org.apache.activemq.command.ActiveMQTopic
-
Packages that use ActiveMQTopic Package Description org.apache.activemq.advisory Support for JMS Advisory messages as well as some helper listeners to listen to the clients, producers and consumers available. -
-
Uses of ActiveMQTopic in org.apache.activemq.advisory
Fields in org.apache.activemq.advisory declared as ActiveMQTopic Modifier and Type Field Description static ActiveMQTopicAdvisorySupport. ALL_DESTINATIONS_COMPOSITE_ADVISORY_TOPICstatic ActiveMQTopicAdvisorySupport. CONNECTION_ADVISORY_TOPICstatic ActiveMQTopicAdvisorySupport. QUEUE_ADVISORY_TOPICstatic ActiveMQTopicAdvisorySupport. TEMP_DESTINATION_COMPOSITE_ADVISORY_TOPICstatic ActiveMQTopicAdvisorySupport. TEMP_QUEUE_ADVISORY_TOPICstatic ActiveMQTopicAdvisorySupport. TEMP_TOPIC_ADVISORY_TOPICstatic ActiveMQTopicAdvisorySupport. TOPIC_ADVISORY_TOPICMethods in org.apache.activemq.advisory that return types with arguments of type ActiveMQTopic Modifier and Type Method Description Set<ActiveMQTopic>DestinationSource. getTopics()Returns the current topics on the broker
-