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(String address)static ActiveMQQueueActiveMQDestination. createQueue(String address, String name)static ActiveMQQueueActiveMQDestination. createQueue(SimpleString address)protected ActiveMQQueueActiveMQSession. internalCreateQueueCompatibility(String queueName)Constructors in org.apache.activemq.artemis.jms.client with parameters of type ActiveMQQueue Constructor Description ActiveMQQueueBrowser(ConnectionFactoryOptions options, ActiveMQQueue queue, String messageSelector, ClientSession session, boolean enable1xPrefixes)
-