Uses of Interface
org.apache.activemq.broker.region.MessageReferenceFilter
-
Packages that use MessageReferenceFilter Package Description org.apache.activemq.broker.region Region abstraction and implementations in the Broker. -
-
Uses of MessageReferenceFilter in org.apache.activemq.broker.region
Methods in org.apache.activemq.broker.region that return MessageReferenceFilter Modifier and Type Method Description protected MessageReferenceFilter
Queue. createMessageIdFilter(String messageId)
protected MessageReferenceFilter
Queue. createSelectorFilter(String selector)
Methods in org.apache.activemq.broker.region with parameters of type MessageReferenceFilter Modifier and Type Method Description int
Queue. copyMatchingMessages(ConnectionContext context, MessageReferenceFilter filter, ActiveMQDestination dest, int maximumMessages)
Copies the messages matching the given filter up to the maximum number of matched messagesint
Queue. moveMatchingMessagesTo(ConnectionContext context, MessageReferenceFilter filter, ActiveMQDestination dest, int maximumMessages)
Moves the messages matching the given filter up to the maximum number of matched messagesint
Queue. removeMatchingMessages(MessageReferenceFilter filter, int maximumMessages)
Removes the messages matching the given filter up to the maximum number of matched messages
-