Package | Description |
---|---|
org.apache.activemq.broker.region |
Region abstraction and implementations in the Broker.
|
Modifier and Type | Method and Description |
---|---|
protected MessageReferenceFilter |
Queue.createMessageIdFilter(String messageId) |
protected MessageReferenceFilter |
Queue.createSelectorFilter(String selector) |
Modifier and Type | Method and 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 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
|
Copyright © 2005–2017 The Apache Software Foundation. All rights reserved.