Uses of Class
org.apache.activemq.command.ActiveMQTempTopic
-
Packages that use ActiveMQTempTopic 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.org.apache.activemq.broker.view Broker Plugins for visualising the current system -
-
Uses of ActiveMQTempTopic in org.apache.activemq.advisory
Methods in org.apache.activemq.advisory that return types with arguments of type ActiveMQTempTopic Modifier and Type Method Description Set<ActiveMQTempTopic>
DestinationSource. getTemporaryTopics()
Returns the current temporary queues available on the broker -
Uses of ActiveMQTempTopic in org.apache.activemq.broker.view
Methods in org.apache.activemq.broker.view that return types with arguments of type ActiveMQTempTopic Modifier and Type Method Description Set<ActiveMQTempTopic>
MessageBrokerView. getTempTopics()
Retrieve a set of all TemporaryTopics be used by the Broker
-