|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageReferenceFilter | |
---|---|
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 | |
---|---|
protected MessageReferenceFilter |
Queue.createMessageIdFilter(java.lang.String messageId)
|
protected MessageReferenceFilter |
Queue.createSelectorFilter(java.lang.String selector)
|
Methods in org.apache.activemq.broker.region with parameters of type MessageReferenceFilter | |
---|---|
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 messages |
int |
Queue.moveMatchingMessagesTo(ConnectionContext context,
MessageReferenceFilter filter,
ActiveMQDestination dest,
int maximumMessages)
Moves the messages matching the given filter up to the maximum number of matched messages |
int |
Queue.removeMatchingMessages(MessageReferenceFilter filter,
int maximumMessages)
Removes the messages matching the given filter up to the maximum number of matched messages |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |