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