Uses of Class
org.apache.activemq.artemis.jms.client.ActiveMQQueue
-
Packages that use ActiveMQQueue Package Description org.apache.activemq.artemis.jms.client -
-
Uses of ActiveMQQueue in org.apache.activemq.artemis.jms.client
Subclasses of ActiveMQQueue in org.apache.activemq.artemis.jms.client Modifier and Type Class Description classActiveMQTemporaryQueueActiveMQ Artemis implementation of a JMS TemporaryQueue.Methods in org.apache.activemq.artemis.jms.client that return ActiveMQQueue Modifier and Type Method Description static ActiveMQQueueActiveMQDestination. createQueue(java.lang.String address)static ActiveMQQueueActiveMQDestination. createQueue(java.lang.String address, java.lang.String name)static ActiveMQQueueActiveMQDestination. createQueue(org.apache.activemq.artemis.api.core.SimpleString address)protected ActiveMQQueueActiveMQSession. internalCreateQueueCompatibility(java.lang.String queueName)Constructors in org.apache.activemq.artemis.jms.client with parameters of type ActiveMQQueue Constructor Description ActiveMQQueueBrowser(ConnectionFactoryOptions options, ActiveMQQueue queue, java.lang.String messageSelector, ClientSession session, boolean enable1xPrefixes)
-