Uses of Interface
org.apache.activemq.artemis.core.filter.Filter
-
-
Uses of Filter in org.apache.activemq.artemis.core.filter
Methods in org.apache.activemq.artemis.core.filter with parameters of type Filter Modifier and Type Method Description static booleanFilterUtils. isTopicIdentification(Filter filter)static SimpleStringFilter. toFilterString(Filter filter) -
Uses of Filter in org.apache.activemq.artemis.core.filter.impl
Classes in org.apache.activemq.artemis.core.filter.impl that implement Filter Modifier and Type Class Description classFilterImplThis class implements an ActiveMQ Artemis filter ActiveMQ Artemis filters have the same syntax as JMS 1.1 selectors, but the identifiers are different.Methods in org.apache.activemq.artemis.core.filter.impl that return Filter Modifier and Type Method Description static FilterFilterImpl. createFilter(String filterStr)static FilterFilterImpl. createFilter(SimpleString filterStr) -
Uses of Filter in org.apache.activemq.artemis.core.paging.cursor
Methods in org.apache.activemq.artemis.core.paging.cursor with parameters of type Filter Modifier and Type Method Description PageSubscriptionPageCursorProvider. createSubscription(long queueId, Filter filter, boolean durable) -
Uses of Filter in org.apache.activemq.artemis.core.paging.cursor.impl
Methods in org.apache.activemq.artemis.core.paging.cursor.impl with parameters of type Filter Modifier and Type Method Description PageSubscriptionPageCursorProviderImpl. createSubscription(long cursorID, Filter filter, boolean persistent) -
Uses of Filter in org.apache.activemq.artemis.core.postoffice
Methods in org.apache.activemq.artemis.core.postoffice that return Filter Modifier and Type Method Description FilterBinding. getFilter()Methods in org.apache.activemq.artemis.core.postoffice with parameters of type Filter Modifier and Type Method Description QueueBindingPostOffice. updateQueue(SimpleString name, RoutingType routingType, Filter filter, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, SimpleString groupFirstKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, SimpleString user, Boolean configurationManaged)Deprecated.QueueBindingPostOffice. updateQueue(SimpleString name, RoutingType routingType, Filter filter, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, SimpleString groupFirstKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, SimpleString user, Boolean configurationManaged, Long ringSize)Deprecated. -
Uses of Filter in org.apache.activemq.artemis.core.postoffice.impl
Methods in org.apache.activemq.artemis.core.postoffice.impl that return Filter Modifier and Type Method Description FilterDivertBinding. getFilter()FilterLocalQueueBinding. getFilter()Methods in org.apache.activemq.artemis.core.postoffice.impl with parameters of type Filter Modifier and Type Method Description QueueBindingPostOfficeImpl. updateQueue(SimpleString name, RoutingType routingType, Filter filter, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, SimpleString groupFirstKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, SimpleString user, Boolean configurationManaged)Deprecated.QueueBindingPostOfficeImpl. updateQueue(SimpleString name, RoutingType routingType, Filter filter, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, SimpleString groupFirstKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, SimpleString user, Boolean configurationManaged, Long ringSize)Deprecated. -
Uses of Filter in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return Filter Modifier and Type Method Description FilterQueueConfig. filter()Deprecated.FilterConsumer. getFilter()FilterDivert. getFilter()FilterQueue. getFilter()Methods in org.apache.activemq.artemis.core.server with parameters of type Filter Modifier and Type Method Description intQueue. changeReferencesPriority(Filter filter, byte newPriority)QueueQueueFactory. createQueue(long persistenceID, SimpleString address, SimpleString name, Filter filter, PageSubscription pageSubscription, SimpleString user, boolean durable, boolean temporary, boolean autoCreated)Deprecated.default intQueue. deleteMatchingReferences(int flushLImit, Filter filter)intQueue. deleteMatchingReferences(int flushLImit, Filter filter, AckReason ackReason)intQueue. deleteMatchingReferences(Filter filter)intQueue. expireReferences(Filter filter)Expire all the references in the queue which matches the filterQueueConfig.BuilderQueueConfig.Builder. filter(Filter filter)Deprecated.intQueue. moveReferences(int flushLimit, Filter filter, SimpleString toAddress, boolean rejectDuplicates, int messageCount, Binding binding)intQueue. moveReferences(int flushLimit, Filter filter, SimpleString toAddress, boolean rejectDuplicates, Binding binding)intQueue. moveReferences(Filter filter, SimpleString toAddress, Binding binding)intQueue. retryMessages(Filter filter)default intQueue. retryMessages(Filter filter, Integer expectedHits)intQueue. sendMessagesToDeadLetterAddress(Filter filter)voidDivert. setFilter(Filter filter)voidQueue. setFilter(Filter filter) -
Uses of Filter in org.apache.activemq.artemis.core.server.cluster.impl
Methods in org.apache.activemq.artemis.core.server.cluster.impl that return Filter Modifier and Type Method Description FilterBridgeImpl. getFilter()FilterRedistributor. getFilter()FilterRemoteQueueBindingImpl. getFilter()Methods in org.apache.activemq.artemis.core.server.cluster.impl that return types with arguments of type Filter Modifier and Type Method Description Set<Filter>RemoteQueueBindingImpl. getFilters()Constructors in org.apache.activemq.artemis.core.server.cluster.impl with parameters of type Filter Constructor Description 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) -
Uses of Filter in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl that return Filter Modifier and Type Method Description FilterDivertImpl. getFilter()FilterQueueImpl. getFilter()FilterServerConsumerImpl. getFilter()Methods in org.apache.activemq.artemis.core.server.impl with parameters of type Filter Modifier and Type Method Description intQueueImpl. changeReferencesPriority(Filter filter, byte newPriority)QueueQueueFactoryImpl. createQueue(long persistenceID, SimpleString address, SimpleString name, Filter filter, PageSubscription pageSubscription, SimpleString user, boolean durable, boolean temporary, boolean autoCreated)Deprecated.intQueueImpl. deleteMatchingReferences(int flushLimit, Filter filter1, AckReason ackReason)intQueueImpl. deleteMatchingReferences(Filter filter)intQueueImpl. expireReferences(Filter filter)intQueueImpl. moveReferences(int flushLimit, Filter filter, SimpleString toAddress, boolean rejectDuplicates, int messageCount, Binding binding)intQueueImpl. moveReferences(int flushLimit, Filter filter, SimpleString toAddress, boolean rejectDuplicates, Binding binding)intQueueImpl. moveReferences(Filter filter, SimpleString toAddress, Binding binding)intQueueImpl. rerouteMessages(SimpleString queueName, Filter filter)intQueueImpl. retryMessages(Filter filter)intQueueImpl. retryMessages(Filter filter, Integer expectedHits)intQueueImpl. sendMessagesToDeadLetterAddress(Filter filter)voidDivertImpl. setFilter(Filter filter)voidQueueImpl. setFilter(Filter filter)Constructors in org.apache.activemq.artemis.core.server.impl with parameters of type Filter Constructor Description DivertImpl(SimpleString uniqueName, SimpleString address, SimpleString forwardAddress, SimpleString routingName, boolean exclusive, Filter filter, Transformer transformer, PostOffice postOffice, StorageManager storageManager, ComponentConfigurationRoutingType routingType)LastValueQueue(long persistenceID, SimpleString address, SimpleString name, Filter filter, PagingStore pagingStore, PageSubscription pageSubscription, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, RoutingType routingType, Integer maxConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, SimpleString groupFirstKey, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean purgeOnNoConsumers, SimpleString lastValueKey, Boolean nonDestructive, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, boolean configurationManaged, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)Deprecated.QueueImpl(long id, SimpleString address, SimpleString name, Filter filter, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)Deprecated.QueueImpl(long id, SimpleString address, SimpleString name, Filter filter, PagingStore pagingStore, PageSubscription pageSubscription, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)Deprecated.QueueImpl(long id, SimpleString address, SimpleString name, Filter filter, PagingStore pagingStore, PageSubscription pageSubscription, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, RoutingType routingType, Integer maxConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean purgeOnNoConsumers, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, boolean configurationManaged, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)Deprecated.QueueImpl(long id, SimpleString address, SimpleString name, Filter filter, PagingStore pagingStore, PageSubscription pageSubscription, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, RoutingType routingType, Integer maxConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, SimpleString groupFirstKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean purgeOnNoConsumers, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, boolean configurationManaged, Long ringSize, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)Deprecated.QueueImpl(long id, SimpleString address, SimpleString name, Filter filter, PagingStore pagingStore, PageSubscription pageSubscription, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, RoutingType routingType, Integer maxConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, SimpleString groupFirstKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean purgeOnNoConsumers, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, boolean configurationManaged, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)Deprecated.QueueImpl(long id, SimpleString address, SimpleString name, Filter filter, PagingStore pagingStore, PageSubscription pageSubscription, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, RoutingType routingType, Integer maxConsumers, Boolean exclusive, Boolean purgeOnNoConsumers, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)Deprecated.QueueImpl(long id, SimpleString address, SimpleString name, Filter filter, PagingStore pagingStore, PageSubscription pageSubscription, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, RoutingType routingType, Integer maxConsumers, Boolean purgeOnNoConsumers, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)Deprecated.ServerConsumerImpl(long id, ServerSession session, QueueBinding binding, Filter filter, boolean started, boolean browseOnly, StorageManager storageManager, SessionCallback callback, boolean preAcknowledge, boolean strictUpdateDeliveryCount, ManagementService managementService, boolean supportLargeMessage, Integer credits, ActiveMQServer server)ServerConsumerImpl(long id, ServerSession session, QueueBinding binding, Filter filter, boolean started, boolean browseOnly, StorageManager storageManager, SessionCallback callback, boolean preAcknowledge, boolean strictUpdateDeliveryCount, ManagementService managementService, ActiveMQServer server)ServerConsumerImpl(long id, ServerSession session, QueueBinding binding, Filter filter, int priority, boolean started, boolean browseOnly, StorageManager storageManager, SessionCallback callback, boolean preAcknowledge, boolean strictUpdateDeliveryCount, ManagementService managementService, boolean supportLargeMessage, Integer credits, ActiveMQServer server)
-