Uses of Class
org.apache.activemq.command.ActiveMQTempQueue
-
Packages that use ActiveMQTempQueue 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 ActiveMQTempQueue in org.apache.activemq.advisory
Methods in org.apache.activemq.advisory that return types with arguments of type ActiveMQTempQueue Modifier and Type Method Description Set<ActiveMQTempQueue>
DestinationSource. getTemporaryQueues()
Returns the current temporary topics available on the broker -
Uses of ActiveMQTempQueue in org.apache.activemq.broker.view
Methods in org.apache.activemq.broker.view that return types with arguments of type ActiveMQTempQueue Modifier and Type Method Description Set<ActiveMQTempQueue>
MessageBrokerView. getTempQueues()
Retrieve a set of all TemporaryQueues be used by the Broker
-