org.apache.activemq.console.util
Class AmqMessagesUtil
java.lang.Object
org.apache.activemq.console.util.AmqMessagesUtil
public class AmqMessagesUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JMS_MESSAGE_HEADER_PREFIX
public static final String JMS_MESSAGE_HEADER_PREFIX
- See Also:
- Constant Field Values
JMS_MESSAGE_CUSTOM_PREFIX
public static final String JMS_MESSAGE_CUSTOM_PREFIX
- See Also:
- Constant Field Values
JMS_MESSAGE_BODY_PREFIX
public static final String JMS_MESSAGE_BODY_PREFIX
- See Also:
- Constant Field Values
AmqMessagesUtil
public AmqMessagesUtil()
getAllMessages
public static List getAllMessages(URI brokerUrl,
javax.jms.Destination dest)
throws Exception
- Throws:
Exception
getMessages
public static List getMessages(URI brokerUrl,
javax.jms.Destination dest,
String selector)
throws Exception
- Throws:
Exception
getMessages
public static List getMessages(URI brokerUrl,
javax.jms.Destination dest,
List selectors)
throws Exception
- Throws:
Exception
filterMessagesView
public static List filterMessagesView(List messages,
Set groupViews,
Set attributeViews)
throws Exception
- Throws:
Exception
createMessageQueryFilter
public static QueryFilter createMessageQueryFilter(URI brokerUrl,
javax.jms.Destination dest)
Copyright © 2011 Apache Software Foundation. All Rights Reserved.