Uses of Interface
org.apache.activemq.artemis.core.server.Queue
Packages that use Queue
Package
Description
-
Uses of Queue in org.apache.activemq.artemis.core.management.impl
Constructors in org.apache.activemq.artemis.core.management.impl with parameters of type QueueModifierConstructorDescriptionQueueControlImpl(Queue queue, String address, ActiveMQServer server, StorageManager storageManager, SecurityStore securityStore, HierarchicalRepository<AddressSettings> addressSettingsRepository) -
Uses of Queue in org.apache.activemq.artemis.core.messagecounter
Constructors in org.apache.activemq.artemis.core.messagecounter with parameters of type QueueModifierConstructorDescriptionMessageCounter(String name, String subscription, Queue serverQueue, boolean topic, boolean durable, int daycountmax) Constructor -
Uses of Queue in org.apache.activemq.artemis.core.paging.cursor
Methods in org.apache.activemq.artemis.core.paging.cursor that return QueueMethods in org.apache.activemq.artemis.core.paging.cursor with parameters of type QueueModifier and TypeMethodDescriptionvoid -
Uses of Queue in org.apache.activemq.artemis.core.paging.cursor.impl
Methods in org.apache.activemq.artemis.core.paging.cursor.impl that return QueueMethods in org.apache.activemq.artemis.core.paging.cursor.impl with parameters of type Queue -
Uses of Queue in org.apache.activemq.artemis.core.postoffice
Methods in org.apache.activemq.artemis.core.postoffice that return QueueModifier and TypeMethodDescriptiondefault QueuePostOffice.findQueue(long bindingID) QueueBinding.getQueue()Methods in org.apache.activemq.artemis.core.postoffice that return types with arguments of type QueueMethods in org.apache.activemq.artemis.core.postoffice with parameters of type QueueModifier and TypeMethodDescriptionBindings.redistribute(Message message, Queue originatingQueue, RoutingContext context) PostOffice.redistribute(Message message, Queue originatingQueue) PostOffice.reload(Message message, Queue queue, Transaction tx) default MessageReferencePostOffice.reroute(Message message, Queue queue, Transaction tx) Deprecated. -
Uses of Queue in org.apache.activemq.artemis.core.postoffice.impl
Methods in org.apache.activemq.artemis.core.postoffice.impl that return QueueMethods in org.apache.activemq.artemis.core.postoffice.impl that return types with arguments of type QueueMethods in org.apache.activemq.artemis.core.postoffice.impl with parameters of type QueueModifier and TypeMethodDescriptionBindingsImpl.redistribute(Message message, Queue originatingQueue, RoutingContext context) PostOfficeImpl.redistribute(Message message, Queue originatingQueue) The redistribution can't process the route right away as we may be dealing with a large message which will need to be processed on a different threadPostOfficeImpl.reload(Message message, Queue queue, Transaction tx) static voidPostOfficeImpl.storeDurableReference(StorageManager storageManager, Message message, Transaction tx, Queue queue, boolean sync) Constructors in org.apache.activemq.artemis.core.postoffice.impl with parameters of type QueueModifierConstructorDescriptionLocalQueueBinding(SimpleString address, Queue queue, SimpleString nodeID) -
Uses of Queue in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return QueueModifier and TypeMethodDescriptionActiveMQServer.createQueue(QueueConfiguration queueConfiguration) Overloaded version ofActiveMQServer.createQueue(QueueConfiguration, boolean)where thebooleanparameter is alwaysfalse(i.e. if the queue already exists then an exception will be thrown).ActiveMQServer.createQueue(QueueConfiguration queueConfiguration, boolean ignoreIfExists) This method creates a queue based on theQueueConfigurationinput.ActiveMQServer.createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filter, boolean durable, boolean temporary) Deprecated.ActiveMQServer.createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filter, boolean durable, boolean temporary, int maxConsumers, boolean purgeOnNoConsumers, boolean autoCreateAddress) Deprecated.ActiveMQServer.createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filter, boolean durable, boolean temporary, int maxConsumers, boolean purgeOnNoConsumers, boolean exclusive, boolean groupRebalance, int groupBuckets, boolean lastValue, SimpleString lastValueKey, boolean nonDestructive, int consumersBeforeDispatch, long delayBeforeDispatch, boolean autoDelete, long autoDeleteDelay, long autoDeleteMessageCount, boolean autoCreateAddress) Deprecated.ActiveMQServer.createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filter, boolean durable, boolean temporary, int maxConsumers, boolean purgeOnNoConsumers, boolean exclusive, boolean groupRebalance, int groupBuckets, SimpleString groupFirstKey, boolean lastValue, SimpleString lastValueKey, boolean nonDestructive, int consumersBeforeDispatch, long delayBeforeDispatch, boolean autoDelete, long autoDeleteDelay, long autoDeleteMessageCount, boolean autoCreateAddress) Deprecated.ActiveMQServer.createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filter, boolean durable, boolean temporary, int maxConsumers, boolean purgeOnNoConsumers, boolean exclusive, boolean groupRebalance, int groupBuckets, SimpleString groupFirstKey, boolean lastValue, SimpleString lastValueKey, boolean nonDestructive, int consumersBeforeDispatch, long delayBeforeDispatch, boolean autoDelete, long autoDeleteDelay, long autoDeleteMessageCount, boolean autoCreateAddress, long ringSize) Deprecated.ActiveMQServer.createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString user, SimpleString filterString, boolean durable, boolean temporary) Deprecated.ActiveMQServer.createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filter, SimpleString user, boolean durable, boolean temporary, boolean ignoreIfExists, boolean transientQueue, boolean autoCreated, int maxConsumers, boolean purgeOnNoConsumers, boolean autoCreateAddress) Deprecated.ActiveMQServer.createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filter, SimpleString user, boolean durable, boolean temporary, boolean ignoreIfExists, boolean transientQueue, boolean autoCreated, int maxConsumers, boolean purgeOnNoConsumers, boolean exclusive, boolean lastValue, boolean autoCreateAddress) Deprecated.ActiveMQServer.createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filter, SimpleString user, boolean durable, boolean temporary, boolean ignoreIfExists, boolean transientQueue, boolean autoCreated, int maxConsumers, boolean purgeOnNoConsumers, boolean exclusive, boolean groupRebalance, int groupBuckets, boolean lastValue, SimpleString lastValueKey, boolean nonDestructive, int consumersBeforeDispatch, long delayBeforeDispatch, boolean autoDelete, long autoDeleteDelay, long autoDeleteMessageCount, boolean autoCreateAddress) Deprecated.ActiveMQServer.createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filter, SimpleString user, boolean durable, boolean temporary, boolean ignoreIfExists, boolean transientQueue, boolean autoCreated, int maxConsumers, boolean purgeOnNoConsumers, boolean exclusive, boolean groupRebalance, int groupBuckets, SimpleString groupFirstKey, boolean lastValue, SimpleString lastValueKey, boolean nonDestructive, int consumersBeforeDispatch, long delayBeforeDispatch, boolean autoDelete, long autoDeleteDelay, long autoDeleteMessageCount, boolean autoCreateAddress) Deprecated.ActiveMQServer.createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filter, SimpleString user, boolean durable, boolean temporary, boolean ignoreIfExists, boolean transientQueue, boolean autoCreated, int maxConsumers, boolean purgeOnNoConsumers, boolean exclusive, boolean groupRebalance, int groupBuckets, SimpleString groupFirstKey, boolean lastValue, SimpleString lastValueKey, boolean nonDestructive, int consumersBeforeDispatch, long delayBeforeDispatch, boolean autoDelete, long autoDeleteDelay, long autoDeleteMessageCount, boolean autoCreateAddress, long ringSize) Deprecated.ActiveMQServer.createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filter, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, Integer maxConsumers, Boolean purgeOnNoConsumers, boolean autoCreateAddress) Deprecated.ActiveMQServer.createQueue(SimpleString address, SimpleString queueName, SimpleString filter, boolean durable, boolean temporary) Deprecated.ActiveMQServer.createQueue(AddressInfo addressInfo, SimpleString queueName, SimpleString filter, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, Integer maxConsumers, Boolean purgeOnNoConsumers, boolean autoCreateAddress) Deprecated.ActiveMQServer.createQueue(AddressInfo addressInfo, SimpleString queueName, SimpleString filter, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean lastValue, boolean autoCreateAddress) Deprecated.ActiveMQServer.createQueue(AddressInfo addressInfo, SimpleString queueName, SimpleString filter, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, Boolean lastValue, SimpleString lastValueKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, boolean autoCreateAddress) Deprecated.ActiveMQServer.createQueue(AddressInfo addressInfo, SimpleString queueName, SimpleString filter, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, SimpleString groupFirstKey, Boolean lastValue, SimpleString lastValueKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, boolean autoCreateAddress) Deprecated.ActiveMQServer.createQueue(AddressInfo addressInfo, SimpleString queueName, SimpleString filter, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, SimpleString groupFirstKey, Boolean lastValue, SimpleString lastValueKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, boolean autoCreateAddress, Long ringSize) Deprecated.ServerSession.createQueue(QueueConfiguration queueConfiguration) This method invokesActiveMQServer.createQueue(QueueConfiguration)with a few client-specific additions: set the routing type based on the prefixes configured on the acceptor used by the client strip any prefixes from the address and queue names (if applicable) check authorization based on the client's credentials enforce queue creation resource limit set up callbacks to clean up temporary queues once the client disconnectsServerSession.createQueue(SimpleString address, SimpleString name, RoutingType routingType, SimpleString filterString, boolean temporary, boolean durable) Deprecated.ServerSession.createQueue(SimpleString address, SimpleString name, RoutingType routingType, SimpleString filterString, boolean temporary, boolean durable, boolean autoCreated) Deprecated.ServerSession.createQueue(SimpleString address, SimpleString name, RoutingType routingType, SimpleString filterString, boolean temporary, boolean durable, int maxConsumers, boolean purgeOnNoConsumers, boolean autoCreated) Deprecated.ServerSession.createQueue(SimpleString address, SimpleString name, RoutingType routingType, SimpleString filterString, boolean temporary, boolean durable, int maxConsumers, boolean purgeOnNoConsumers, Boolean exclusive, Boolean lastValue, boolean autoCreated) Deprecated.ServerSession.createQueue(SimpleString address, SimpleString name, RoutingType routingType, SimpleString filterString, boolean temporary, boolean durable, int maxConsumers, boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, Boolean lastValue, SimpleString lastValueKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, boolean autoCreated) Deprecated.ServerSession.createQueue(SimpleString address, SimpleString name, RoutingType routingType, SimpleString filterString, boolean temporary, boolean durable, int maxConsumers, boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, SimpleString groupFirstKey, Boolean lastValue, SimpleString lastValueKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, boolean autoCreated) Deprecated.ServerSession.createQueue(SimpleString address, SimpleString name, RoutingType routingType, SimpleString filterString, boolean temporary, boolean durable, int maxConsumers, boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, SimpleString groupFirstKey, Boolean lastValue, SimpleString lastValueKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, boolean autoCreated, Long ringSize) Deprecated.ServerSession.createQueue(SimpleString address, SimpleString name, SimpleString filterString, boolean temporary, boolean durable) Deprecated.ServerSession.createQueue(AddressInfo address, SimpleString name, SimpleString filterString, boolean temporary, boolean durable) Deprecated.ServerSession.createQueue(AddressInfo addressInfo, SimpleString name, SimpleString filterString, boolean temporary, boolean durable, boolean autoCreated) Deprecated.ServerSession.createQueue(AddressInfo addressInfo, SimpleString name, SimpleString filterString, boolean temporary, boolean durable, Boolean exclusive, Boolean lastValue, boolean autoCreated) Deprecated.QueueFactory.createQueueWith(QueueConfiguration config, PagingManager pagingManager, Filter filter) ActiveMQServer.deployQueue(String address, String queue, String filter, boolean durable, boolean temporary) Deprecated.ActiveMQServer.deployQueue(SimpleString address, SimpleString queue, SimpleString filter, boolean durable, boolean temporary) Deprecated.MessageReference.getQueue()ServerConsumer.getQueue()default QueueActiveMQServer.locateQueue(String queueName) default QueueActiveMQServer.locateQueue(String address, String queue) ActiveMQServer.locateQueue(SimpleString queueName) ActiveMQServer.updateQueue(String name, RoutingType routingType, Integer maxConsumers, Boolean purgeOnNoConsumers) Deprecated.ActiveMQServer.updateQueue(String name, RoutingType routingType, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive) Deprecated.ActiveMQServer.updateQueue(String name, RoutingType routingType, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, String user) Deprecated.ActiveMQServer.updateQueue(String name, RoutingType routingType, String filterString, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, String user) Deprecated.ActiveMQServer.updateQueue(String name, RoutingType routingType, String filterString, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, String groupFirstQueue, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, String user) Deprecated.ActiveMQServer.updateQueue(String name, RoutingType routingType, String filterString, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, String groupFirstQueue, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, String user, Long ringSize) Deprecated.ActiveMQServer.updateQueue(QueueConfiguration queueConfiguration) Update the queue named in theQueueConfigurationwith the corresponding properties.ActiveMQServer.updateQueue(QueueConfiguration queueConfiguration, boolean forceUpdate) Update a queue's configuration.Methods in org.apache.activemq.artemis.core.server that return types with arguments of type QueueModifier and TypeMethodDescriptionRouteContextList.getDurableQueues()RoutingContext.getDurableQueues(SimpleString address) RouteContextList.getNonDurableQueues()RoutingContext.getNonDurableQueues(SimpleString address) Methods in org.apache.activemq.artemis.core.server with parameters of type QueueModifier and TypeMethodDescriptionvoidRouteContextList.addAckedQueue(Queue queue) voidRoutingContext.addQueue(SimpleString address, Queue queue) voidRoutingContext.addQueueWithAck(SimpleString address, Queue queue) static MessageReferenceMessageReference.Factory.createReference(Message encode, Queue queue) ServerMessage.createReference(Queue queue) Deprecated.booleanRouteContextList.isAlreadyAcked(Queue queue) booleanRoutingContext.isAlreadyAcked(Message message, Queue queue) default voidQueueFactory.queueRemoved(Queue queue) voidActiveMQServer.registerQueueOnManagement(Queue queue) Method parameters in org.apache.activemq.artemis.core.server with type arguments of type Queue -
Uses of Queue in org.apache.activemq.artemis.core.server.cluster
Methods in org.apache.activemq.artemis.core.server.cluster that return Queue -
Uses of Queue in org.apache.activemq.artemis.core.server.cluster.impl
Fields in org.apache.activemq.artemis.core.server.cluster.impl declared as QueueMethods in org.apache.activemq.artemis.core.server.cluster.impl that return QueueConstructors in org.apache.activemq.artemis.core.server.cluster.impl with parameters of type QueueModifierConstructorDescriptionBridgeImpl(ServerLocatorInternal serverLocator, BridgeConfiguration configuration, UUID nodeUUID, Queue queue, Executor executor, ScheduledExecutorService scheduledExecutor, ActiveMQServer server) ClusterConnectionBridge(ClusterConnection clusterConnection, ClusterManager clusterManager, ServerLocatorInternal targetLocator, ServerLocatorInternal discoveryLocator, int initialConnectAttempts, int reconnectAttempts, long retryInterval, double retryMultiplier, long maxRetryInterval, UUID nodeUUID, long targetNodeEventUID, String targetNodeID, SimpleString name, Queue queue, Executor executor, Filter filterString, SimpleString forwardingAddress, ScheduledExecutorService scheduledExecutor, TransformerConfiguration transformer, boolean useDuplicateDetection, String user, String password, ActiveMQServer server, SimpleString managementAddress, SimpleString managementNotificationAddress, MessageFlowRecord flowRecord, TransportConfiguration connector, String storeAndForwardPrefix, StorageManager storageManager, String clientId) Redistributor(Queue queue, long sequentialID, PostOffice postOffice) RemoteQueueBindingImpl(long id, SimpleString address, SimpleString uniqueName, SimpleString routingName, Long remoteQueueID, SimpleString filterString, Queue storeAndForwardQueue, SimpleString bridgeName, int distance, MessageLoadBalancingType messageLoadBalancingType) -
Uses of Queue in org.apache.activemq.artemis.core.server.impl
Classes in org.apache.activemq.artemis.core.server.impl that implement QueueModifier and TypeClassDescriptionclassA queue that will discard messages if a newer message with the sameMessage.HDR_LAST_VALUE_NAMEproperty value.classImplementation of a QueueFields in org.apache.activemq.artemis.core.server.impl declared as QueueMethods in org.apache.activemq.artemis.core.server.impl that return QueueModifier and TypeMethodDescriptionActiveMQServerImpl.createQueue(QueueConfiguration queueConfiguration) ActiveMQServerImpl.createQueue(QueueConfiguration queueConfiguration, boolean ignoreIfExists) ActiveMQServerImpl.createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filterString, boolean durable, boolean temporary) Deprecated.ActiveMQServerImpl.createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filter, boolean durable, boolean temporary, int maxConsumers, boolean purgeOnNoConsumers, boolean autoCreateAddress) Deprecated.ActiveMQServerImpl.createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filter, boolean durable, boolean temporary, int maxConsumers, boolean purgeOnNoConsumers, boolean exclusive, boolean groupRebalance, int groupBuckets, boolean lastValue, SimpleString lastValueKey, boolean nonDestructive, int consumersBeforeDispatch, long delayBeforeDispatch, boolean autoDelete, long autoDeleteDelay, long autoDeleteMessageCount, boolean autoCreateAddress) Deprecated.ActiveMQServerImpl.createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filter, boolean durable, boolean temporary, int maxConsumers, boolean purgeOnNoConsumers, boolean exclusive, boolean groupRebalance, int groupBuckets, SimpleString groupFirstKey, boolean lastValue, SimpleString lastValueKey, boolean nonDestructive, int consumersBeforeDispatch, long delayBeforeDispatch, boolean autoDelete, long autoDeleteDelay, long autoDeleteMessageCount, boolean autoCreateAddress) Deprecated.ActiveMQServerImpl.createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filter, boolean durable, boolean temporary, int maxConsumers, boolean purgeOnNoConsumers, boolean exclusive, boolean groupRebalance, int groupBuckets, SimpleString groupFirstKey, boolean lastValue, SimpleString lastValueKey, boolean nonDestructive, int consumersBeforeDispatch, long delayBeforeDispatch, boolean autoDelete, long autoDeleteDelay, long autoDeleteMessageCount, boolean autoCreateAddress, long ringSize) Deprecated.ActiveMQServerImpl.createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString user, SimpleString filterString, boolean durable, boolean temporary) Deprecated.ActiveMQServerImpl.createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filter, SimpleString user, boolean durable, boolean temporary, boolean ignoreIfExists, boolean transientQueue, boolean autoCreated, int maxConsumers, boolean purgeOnNoConsumers, boolean autoCreateAddress) Deprecated.ActiveMQServerImpl.createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filter, SimpleString user, boolean durable, boolean temporary, boolean ignoreIfExists, boolean transientQueue, boolean autoCreated, int maxConsumers, boolean purgeOnNoConsumers, boolean exclusive, boolean lastValue, boolean autoCreateAddress) Deprecated.ActiveMQServerImpl.createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filterString, SimpleString user, boolean durable, boolean temporary, boolean ignoreIfExists, boolean transientQueue, boolean autoCreated, int maxConsumers, boolean purgeOnNoConsumers, boolean exclusive, boolean groupRebalance, int groupBuckets, boolean lastValue, SimpleString lastValueKey, boolean nonDestructive, int consumersBeforeDispatch, long delayBeforeDispatch, boolean autoDelete, long autoDeleteDelay, long autoDeleteMessageCount, boolean autoCreateAddress) Deprecated.ActiveMQServerImpl.createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filterString, SimpleString user, boolean durable, boolean temporary, boolean ignoreIfExists, boolean transientQueue, boolean autoCreated, int maxConsumers, boolean purgeOnNoConsumers, boolean exclusive, boolean groupRebalance, int groupBuckets, SimpleString groupFirstKey, boolean lastValue, SimpleString lastValueKey, boolean nonDestructive, int consumersBeforeDispatch, long delayBeforeDispatch, boolean autoDelete, long autoDeleteDelay, long autoDeleteMessageCount, boolean autoCreateAddress) Deprecated.ActiveMQServerImpl.createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filterString, SimpleString user, boolean durable, boolean temporary, boolean ignoreIfExists, boolean transientQueue, boolean autoCreated, int maxConsumers, boolean purgeOnNoConsumers, boolean exclusive, boolean groupRebalance, int groupBuckets, SimpleString groupFirstKey, boolean lastValue, SimpleString lastValueKey, boolean nonDestructive, int consumersBeforeDispatch, long delayBeforeDispatch, boolean autoDelete, long autoDeleteDelay, long autoDeleteMessageCount, boolean autoCreateAddress, long ringSize) Deprecated.ActiveMQServerImpl.createQueue(SimpleString address, RoutingType routingType, SimpleString queueName, SimpleString filter, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, Integer maxConsumers, Boolean purgeOnNoConsumers, boolean autoCreateAddress) Deprecated.ActiveMQServerImpl.createQueue(SimpleString address, SimpleString queueName, SimpleString filterString, boolean durable, boolean temporary) Deprecated.ActiveMQServerImpl.createQueue(AddressInfo addrInfo, SimpleString queueName, SimpleString filterString, SimpleString user, boolean durable, boolean temporary, boolean ignoreIfExists, boolean transientQueue, boolean autoCreated, int maxConsumers, boolean purgeOnNoConsumers, boolean exclusive, boolean groupRebalance, int groupBuckets, SimpleString groupFirstKey, boolean lastValue, SimpleString lastValueKey, boolean nonDestructive, int consumersBeforeDispatch, long delayBeforeDispatch, boolean autoDelete, long autoDeleteDelay, long autoDeleteMessageCount, boolean autoCreateAddress, boolean configurationManaged, long ringSize) Deprecated.ActiveMQServerImpl.createQueue(AddressInfo addressInfo, SimpleString queueName, SimpleString filter, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, Integer maxConsumers, Boolean purgeOnNoConsumers, boolean autoCreateAddress) Deprecated.ActiveMQServerImpl.createQueue(AddressInfo addressInfo, SimpleString queueName, SimpleString filter, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean lastValue, boolean autoCreateAddress) Deprecated.ActiveMQServerImpl.createQueue(AddressInfo addressInfo, SimpleString queueName, SimpleString filter, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, Boolean lastValue, SimpleString lastValueKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, boolean autoCreateAddress) Deprecated.ActiveMQServerImpl.createQueue(AddressInfo addressInfo, SimpleString queueName, SimpleString filter, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, SimpleString groupFirstKey, Boolean lastValue, SimpleString lastValueKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, boolean autoCreateAddress) Deprecated.ActiveMQServerImpl.createQueue(AddressInfo addressInfo, SimpleString queueName, SimpleString filter, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, SimpleString groupFirstKey, Boolean lastValue, SimpleString lastValueKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, boolean autoCreateAddress, Long ringSize) Deprecated.ServerSessionImpl.createQueue(QueueConfiguration queueConfiguration) ServerSessionImpl.createQueue(SimpleString address, SimpleString name, RoutingType routingType, SimpleString filterString, boolean temporary, boolean durable) Deprecated.ServerSessionImpl.createQueue(SimpleString address, SimpleString name, RoutingType routingType, SimpleString filterString, boolean temporary, boolean durable, boolean autoCreated) Deprecated.ServerSessionImpl.createQueue(SimpleString address, SimpleString name, RoutingType routingType, SimpleString filterString, boolean temporary, boolean durable, int maxConsumers, boolean purgeOnNoConsumers, boolean autoCreated) Deprecated.ServerSessionImpl.createQueue(SimpleString address, SimpleString name, RoutingType routingType, SimpleString filterString, boolean temporary, boolean durable, int maxConsumers, boolean purgeOnNoConsumers, Boolean exclusive, Boolean lastValue, boolean autoCreated) Deprecated.ServerSessionImpl.createQueue(SimpleString address, SimpleString name, RoutingType routingType, SimpleString filterString, boolean temporary, boolean durable, int maxConsumers, boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, Boolean lastValue, SimpleString lastValueKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, boolean autoCreated) Deprecated.ServerSessionImpl.createQueue(SimpleString address, SimpleString name, RoutingType routingType, SimpleString filterString, boolean temporary, boolean durable, int maxConsumers, boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, SimpleString groupFirstKey, Boolean lastValue, SimpleString lastValueKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, boolean autoCreated) Deprecated.ServerSessionImpl.createQueue(SimpleString address, SimpleString name, RoutingType routingType, SimpleString filterString, boolean temporary, boolean durable, int maxConsumers, boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, SimpleString groupFirstKey, Boolean lastValue, SimpleString lastValueKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, boolean autoCreated, Long ringSize) Deprecated.ServerSessionImpl.createQueue(SimpleString address, SimpleString name, SimpleString filterString, boolean temporary, boolean durable) Deprecated.ServerSessionImpl.createQueue(AddressInfo addressInfo, SimpleString name, SimpleString filterString, boolean temporary, boolean durable) Deprecated.ServerSessionImpl.createQueue(AddressInfo addressInfo, SimpleString name, SimpleString filterString, boolean temporary, boolean durable, boolean autoCreated) Deprecated.ServerSessionImpl.createQueue(AddressInfo addressInfo, SimpleString name, SimpleString filterString, boolean temporary, boolean durable, int maxConsumers, boolean purgeOnNoConsumers, boolean exclusive, boolean groupRebalance, int groupBuckets, SimpleString groupFirstKey, boolean lastValue, SimpleString lastValueKey, boolean nonDestructive, int consumersBeforeDispatch, long delayBeforeDispatch, boolean autoDelete, long autoDeleteDelay, long autoDeleteMessageCount, boolean autoCreated, long ringSize) Deprecated.ServerSessionImpl.createQueue(AddressInfo addressInfo, SimpleString name, SimpleString filterString, boolean temporary, boolean durable, Boolean exclusive, Boolean lastValue, boolean autoCreated) Deprecated.QueueFactoryImpl.createQueueWith(QueueConfiguration config, PagingManager pagingManager, Filter filter) ActiveMQServerImpl.deployQueue(String address, String resourceName, String filterString, boolean durable, boolean temporary) Deprecated.ActiveMQServerImpl.deployQueue(SimpleString address, SimpleString resourceName, SimpleString filterString, boolean durable, boolean temporary) Deprecated.GroupFirstMessageReference.getQueue()MessageReferenceImpl.getQueue()ServerConsumerImpl.getQueue()ActiveMQServerImpl.locateQueue(String address, String queue) ActiveMQServerImpl.locateQueue(SimpleString queueName) ActiveMQServerImpl.updateQueue(String name, RoutingType routingType, Integer maxConsumers, Boolean purgeOnNoConsumers) Deprecated.ActiveMQServerImpl.updateQueue(String name, RoutingType routingType, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive) Deprecated.ActiveMQServerImpl.updateQueue(String name, RoutingType routingType, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, String user) Deprecated.ActiveMQServerImpl.updateQueue(String name, RoutingType routingType, String filterString, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, String user) Deprecated.ActiveMQServerImpl.updateQueue(String name, RoutingType routingType, String filterString, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, String groupFirstKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, String user) Deprecated.ActiveMQServerImpl.updateQueue(String name, RoutingType routingType, String filterString, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, String groupFirstKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, String user, Long ringSize) Deprecated.ActiveMQServerImpl.updateQueue(QueueConfiguration queueConfiguration) ActiveMQServerImpl.updateQueue(QueueConfiguration queueConfiguration, boolean forceUpdate) Methods in org.apache.activemq.artemis.core.server.impl that return types with arguments of type QueueModifier and TypeMethodDescriptionRoutingContextImpl.ContextListing.getDurableQueues()RoutingContextImpl.getDurableQueues(SimpleString address) RoutingContextImpl.ContextListing.getNonDurableQueues()RoutingContextImpl.getNonDurableQueues(SimpleString address) Methods in org.apache.activemq.artemis.core.server.impl with parameters of type QueueModifier and TypeMethodDescriptionvoidRoutingContextImpl.ContextListing.addAckedQueue(Queue queue) voidRoutingContextImpl.addQueue(SimpleString address, Queue queue) voidRoutingContextImpl.addQueueWithAck(SimpleString address, Queue queue) intstatic booleanQueueManagerImpl.consumerCountCheck(Queue queue) static booleanQueueManagerImpl.delayCheck(Queue queue, AddressSettings settings) booleanRoutingContextImpl.ContextListing.isAlreadyAcked(Queue queue) booleanRoutingContextImpl.isAlreadyAcked(Message message, Queue queue) static booleanQueueManagerImpl.messageCountCheck(Queue queue) static voidQueueManagerImpl.performAutoDeleteQueue(ActiveMQServer server, Queue queue) voidQueueFactoryImpl.queueRemoved(Queue queue) voidActiveMQServerImpl.registerQueueOnManagement(Queue queue) Register a queue on the management registryMethod parameters in org.apache.activemq.artemis.core.server.impl with type arguments of type QueueModifier and TypeMethodDescriptionvoidRoutingContextImpl.forEachDurable(Consumer<Queue> queueConsumer) longScaleDownHandler.scaleDownRegularMessages(SimpleString address, Set<Queue> queues, ClientSession clientSession, ClientProducer producer) Constructors in org.apache.activemq.artemis.core.server.impl with parameters of type QueueModifierConstructorDescriptionMessageReferenceImpl(Message message, Queue queue) MessageReferenceImpl(MessageReferenceImpl other, Queue queue) QueueMessageMetrics(Queue queue, String name) RefsOperation(Queue queue, AckReason reason, StorageManager storageManager) ScheduledDeliveryHandlerImpl(ScheduledExecutorService scheduledExecutor, Queue queue) Constructor parameters in org.apache.activemq.artemis.core.server.impl with type arguments of type QueueModifierConstructorDescriptionPostOfficeJournalLoader(PostOffice postOffice, PagingManager pagingManager, StorageManager storageManager, QueueFactory queueFactory, NodeManager nodeManager, ManagementService managementService, GroupingHandler groupingHandler, Configuration configuration, Map<Long, Queue> queues) -
Uses of Queue in org.apache.activemq.artemis.core.server.management
Methods in org.apache.activemq.artemis.core.server.management with parameters of type QueueModifier and TypeMethodDescriptionvoidManagementService.registerQueue(Queue queue, SimpleString address, StorageManager storageManager) -
Uses of Queue in org.apache.activemq.artemis.core.server.management.impl
Methods in org.apache.activemq.artemis.core.server.management.impl with parameters of type QueueModifier and TypeMethodDescriptionvoidManagementServiceImpl.registerQueue(Queue queue, SimpleString address, StorageManager storageManager) -
Uses of Queue in org.apache.activemq.artemis.core.server.plugin
Methods in org.apache.activemq.artemis.core.server.plugin with parameters of type QueueModifier and TypeMethodDescriptiondefault voidActiveMQServerQueuePlugin.afterCreateQueue(Queue queue) After a queue has been createddefault voidActiveMQServerQueuePlugin.afterDestroyQueue(Queue queue, SimpleString address, SecurityAuth session, boolean checkConsumerCount, boolean removeConsumers, boolean autoDeleteAddress) After a queue has been destroyeddefault voidActiveMQServerQueuePlugin.afterExpiryScan(Queue queue) To be called before starting expiry scan on the queuedefault voidActiveMQServerQueuePlugin.beforeDestroyQueue(Queue queue, SecurityAuth session, boolean checkConsumerCount, boolean removeConsumers, boolean autoDeleteAddress) Before a queue is destroyeddefault voidActiveMQServerQueuePlugin.beforeExpiryScan(Queue queue) To be called before starting expiry scan on the queuedefault booleanActiveMQServerFederationPlugin.federatedAddressConditionalCreateConsumer(Queue queue) Conditionally create a federated queue consumer for a federated address. -
Uses of Queue in org.apache.activemq.artemis.core.server.plugin.impl
Methods in org.apache.activemq.artemis.core.server.plugin.impl with parameters of type QueueModifier and TypeMethodDescriptionvoidLoggingActiveMQServerPlugin.afterCreateQueue(Queue queue) After a queue has been createdvoidLoggingActiveMQServerPluginLogger_impl.afterCreateQueue(Queue queue) voidLoggingActiveMQServerPluginLogger.afterCreateQueue(Queue queue) voidLoggingActiveMQServerPlugin.afterDestroyQueue(Queue queue, SimpleString address, SecurityAuth session, boolean checkConsumerCount, boolean removeConsumers, boolean autoDeleteAddress) After a queue has been destroyedvoidLoggingActiveMQServerPluginLogger_impl.afterDestroyQueue(Queue queue, SimpleString address, SecurityAuth session, boolean checkConsumerCount, boolean removeConsumers, boolean autoDeleteAddress) voidLoggingActiveMQServerPluginLogger.afterDestroyQueue(Queue queue, SimpleString address, SecurityAuth session, boolean checkConsumerCount, boolean removeConsumers, boolean autoDeleteAddress) -
Uses of Queue in org.apache.activemq.artemis.core.server.transformer
Methods in org.apache.activemq.artemis.core.server.transformer with parameters of type Queue -
Uses of Queue in org.apache.activemq.artemis.core.transaction
Methods in org.apache.activemq.artemis.core.transaction with parameters of type Queue -
Uses of Queue in org.apache.activemq.artemis.core.transaction.impl
Methods in org.apache.activemq.artemis.core.transaction.impl with parameters of type QueueModifier and TypeMethodDescriptionTransactionImpl.createRefsOperation(Queue queue, AckReason reason)