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 class
ActiveMQTemporaryQueue
ActiveMQ Artemis implementation of a JMS TemporaryQueue.Methods in org.apache.activemq.artemis.jms.client that return ActiveMQQueue Modifier and Type Method Description static ActiveMQQueue
ActiveMQDestination. createQueue(java.lang.String address)
static ActiveMQQueue
ActiveMQDestination. createQueue(java.lang.String address, java.lang.String name)
static ActiveMQQueue
ActiveMQDestination. createQueue(org.apache.activemq.artemis.api.core.SimpleString address)
protected ActiveMQQueue
ActiveMQSession. 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)
-