Uses of Class
org.apache.activemq.command.ActiveMQTempDestination
-
Packages that use ActiveMQTempDestination Package Description org.apache.activemq The core JMS client API implementation classes.org.apache.activemq.command Command objects used via the Command Pattern to communicate among nodes -
-
Uses of ActiveMQTempDestination in org.apache.activemq
Fields in org.apache.activemq with type parameters of type ActiveMQTempDestination Modifier and Type Field Description ConcurrentMap<ActiveMQTempDestination,ActiveMQTempDestination>
ActiveMQConnection. activeTempDestinations
ConcurrentMap<ActiveMQTempDestination,ActiveMQTempDestination>
ActiveMQConnection. activeTempDestinations
Methods in org.apache.activemq that return ActiveMQTempDestination Modifier and Type Method Description protected ActiveMQTempDestination
ActiveMQConnection. createTempDestination(boolean topic)
Create the DestinationInfo object for the temporary destination.Methods in org.apache.activemq with parameters of type ActiveMQTempDestination Modifier and Type Method Description void
ActiveMQConnection. deleteTempDestination(ActiveMQTempDestination destination)
boolean
ActiveMQMessageConsumer. isInUse(ActiveMQTempDestination destination)
boolean
ActiveMQSession. isInUse(ActiveMQTempDestination destination)
-
Uses of ActiveMQTempDestination in org.apache.activemq.command
Subclasses of ActiveMQTempDestination in org.apache.activemq.command Modifier and Type Class Description class
ActiveMQTempQueue
class
ActiveMQTempTopic
-