Uses of Interface
jakarta.jms.Queue
Packages that use Queue
Package
Description
-
Uses of Queue in jakarta.jms
Subinterfaces of Queue in jakarta.jmsModifier and TypeInterfaceDescriptioninterfaceATemporaryQueueobject is a uniqueQueueobject created for the duration of aConnection.Methods in jakarta.jms that return QueueModifier and TypeMethodDescriptionJMSContext.createQueue(String queueName) Creates aQueueobject which encapsulates a specified provider-specific queue name.QueueSession.createQueue(String queueName) Creates a queue identity given aQueuename.Session.createQueue(String queueName) Creates aQueueobject which encapsulates a specified provider-specific queue name.QueueBrowser.getQueue()Gets the queue associated with this queue browser.QueueReceiver.getQueue()Gets theQueueassociated with this queue receiver.QueueSender.getQueue()Gets the queue associated with thisQueueSender.Methods in jakarta.jms with parameters of type QueueModifier and TypeMethodDescriptionJMSContext.createBrowser(Queue queue) Creates aQueueBrowserobject to peek at the messages on the specified queue.JMSContext.createBrowser(Queue queue, String messageSelector) Creates aQueueBrowserobject to peek at the messages on the specified queue using a message selector.QueueSession.createBrowser(Queue queue) Creates aQueueBrowserobject to peek at the messages on the specified queue.QueueSession.createBrowser(Queue queue, String messageSelector) Creates aQueueBrowserobject to peek at the messages on the specified queue using a message selector.Session.createBrowser(Queue queue) Creates aQueueBrowserobject to peek at the messages on the specified queue.Session.createBrowser(Queue queue, String messageSelector) Creates aQueueBrowserobject to peek at the messages on the specified queue using a message selector.QueueConnection.createConnectionConsumer(Queue queue, String messageSelector, ServerSessionPool sessionPool, int maxMessages) Creates a connection consumer for this connection (optional operation).QueueSession.createReceiver(Queue queue) Creates aQueueReceiverobject to receive messages from the specified queue.QueueSession.createReceiver(Queue queue, String messageSelector) Creates aQueueReceiverobject to receive messages from the specified queue using a message selector.QueueSession.createSender(Queue queue) Creates aQueueSenderobject to send messages to the specified queue.voidSends a message to a queue for an unidentified message producer.voidSends a message to a queue for an unidentified message producer, specifying delivery mode, priority and time to live.Constructors in jakarta.jms with parameters of type QueueModifierConstructorDescriptionQueueRequestor(QueueSession session, Queue queue) Constructor for theQueueRequestorclass. -
Uses of Queue in org.apache.activemq.artemis.api.jms
Methods in org.apache.activemq.artemis.api.jms that return QueueModifier and TypeMethodDescriptionstatic QueueActiveMQJMSClient.createQueue(String name) Deprecated. -
Uses of Queue in org.apache.activemq.artemis.jms.client
Classes in org.apache.activemq.artemis.jms.client that implement QueueModifier and TypeClassDescriptionclassActiveMQ Artemis implementation of a JMS Queue.classActiveMQ Artemis implementation of a JMS TemporaryQueue.Methods in org.apache.activemq.artemis.jms.client that return QueueModifier and TypeMethodDescriptionActiveMQJMSContext.createQueue(String queueName) ActiveMQSession.createQueue(String queueName) Creates a queue identity given aQueuename.ActiveMQMessageConsumer.getQueue()ActiveMQMessageProducer.getQueue()ActiveMQQueueBrowser.getQueue()protected QueueActiveMQSession.internalCreateQueue(String queueName) Methods in org.apache.activemq.artemis.jms.client with parameters of type QueueModifier and TypeMethodDescriptionActiveMQJMSContext.createBrowser(Queue queue) ActiveMQJMSContext.createBrowser(Queue queue, String messageSelector) ActiveMQSession.createBrowser(Queue queue) Creates aQueueBrowserobject to peek at the messages on the specified queue.ActiveMQSession.createBrowser(Queue queue, String filterString) Creates aQueueBrowserobject to peek at the messages on the specified queue using a message selector.ActiveMQConnection.createConnectionConsumer(Queue queue, String messageSelector, ServerSessionPool sessionPool, int maxMessages) ActiveMQSession.createReceiver(Queue queue) Creates aQueueReceiverobject to receive messages from the specified queue.ActiveMQSession.createReceiver(Queue queue, String messageSelector) Creates aQueueReceiverobject to receive messages from the specified queue using a message selector.ActiveMQSession.createSender(Queue queue) Creates aQueueSenderobject to send messages to the specified queue.voidvoidActiveMQMessageProducer.send(Queue queue, Message message, int deliveryMode, int priority, long timeToLive) -
Uses of Queue in org.apache.activemq.artemis.jndi
Methods in org.apache.activemq.artemis.jndi that return QueueModifier and TypeMethodDescriptionprotected QueueActiveMQInitialContextFactory.createQueue(String name) Factory method to create new Queue instances -
Uses of Queue in org.apache.activemq.artemis.ra
Methods in org.apache.activemq.artemis.ra that return QueueModifier and TypeMethodDescriptionActiveMQRASession.createQueue(String queueName) Creates a queue identity given aQueuename.ActiveMQRAQueueReceiver.getQueue()Gets theQueueassociated with this queue receiver.ActiveMQRAQueueSender.getQueue()Gets the queue associated with thisQueueSender.Methods in org.apache.activemq.artemis.ra with parameters of type QueueModifier and TypeMethodDescriptionActiveMQRASession.createBrowser(Queue queue) Creates aQueueBrowserobject to peek at the messages on the specified queue.ActiveMQRASession.createBrowser(Queue queue, String messageSelector) Creates aQueueBrowserobject to peek at the messages on the specified queue using a message selector.ActiveMQRASessionFactoryImpl.createConnectionConsumer(Queue queue, String messageSelector, ServerSessionPool sessionPool, int maxMessages) Creates a connection consumer for this connection (optional operation).ActiveMQRASession.createReceiver(Queue queue) Creates aQueueReceiverobject to receive messages from the specified queue.ActiveMQRASession.createReceiver(Queue queue, String messageSelector) Creates aQueueReceiverobject to receive messages from the specified queue using a message selector.ActiveMQRASession.createSender(Queue queue) Creates aQueueSenderobject to send messages to the specified queue.voidSends a message to a queue for an unidentified message producer.voidActiveMQRAQueueSender.send(Queue destination, Message message, int deliveryMode, int priority, long timeToLive) Sends a message to a queue for an unidentified message producer, specifying delivery mode, priority and time to live. -
Uses of Queue in org.wildfly.extension.messaging.activemq.jms
Methods in org.wildfly.extension.messaging.activemq.jms that return QueueModifier and TypeMethodDescriptionDestinationConfiguration.getManagementQueue()ExternalJMSQueueService.getValue()JMSQueueService.getValue()Methods in org.wildfly.extension.messaging.activemq.jms that return types with arguments of type QueueModifier and TypeMethodDescriptionExternalJMSQueueService.installRuntimeQueueService(DestinationConfiguration config, ServiceTarget serviceTarget, ServiceName pcf, boolean enabledAMQ1Prefix) ExternalJMSQueueService.installService(String name, ServiceTarget serviceTarget, ServiceName serviceName, boolean enabledAMQ1Prefix) JMSQueueService.installService(String name, ServiceTarget serviceTarget, ServiceName serverServiceName, String selector, boolean durable) Methods in org.wildfly.extension.messaging.activemq.jms with parameters of type QueueModifier and TypeMethodDescriptionvoidDestinationConfiguration.createQueue(ConnectionFactory cf, Queue managementQueue, String queueName) voidDestinationConfiguration.createTopic(ConnectionFactory cf, Queue managementQueue, String topicName) voidDestinationConfiguration.destroyQueue(ConnectionFactory cf, Queue managementQueue, String queueName) voidDestinationConfiguration.destroyTopic(ConnectionFactory cf, Queue managementQueue, String topicName)