public interface MessageList
| Modifier and Type | Method and Description |
|---|---|
void |
add(org.apache.activemq.broker.region.MessageReference node) |
org.apache.activemq.command.Message[] |
browse(org.apache.activemq.command.ActiveMQDestination destination) |
void |
clear() |
List |
getMessages(org.apache.activemq.command.ActiveMQDestination destination)
Returns the current list of MessageReference objects for the given subscription
|
void add(org.apache.activemq.broker.region.MessageReference node)
List getMessages(org.apache.activemq.command.ActiveMQDestination destination)
org.apache.activemq.command.Message[] browse(org.apache.activemq.command.ActiveMQDestination destination)
destination - void clear()
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.