org.apache.activemq.console.command.store.amq
Class AMQJournalTool
java.lang.Object
org.apache.activemq.console.command.store.amq.AMQJournalTool
public class AMQJournalTool
- extends Object
Allows you to view the contents of a Journal.
- Author:
- Hiram Chirino
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AMQJournalTool
public AMQJournalTool()
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
execute
public void execute()
throws Exception
- Throws:
Exception
setMessageFormat
public void setMessageFormat(String messageFormat)
setTopicAckFormat
public void setTopicAckFormat(String ackFormat)
setTransactionFormat
public void setTransactionFormat(String transactionFormat)
setTraceFormat
public void setTraceFormat(String traceFormat)
setUnknownFormat
public void setUnknownFormat(String unknownFormat)
setQueueAckFormat
public void setQueueAckFormat(String queueAckFormat)
getQuery
public String getQuery()
setWhere
public void setWhere(String query)
isHelp
public boolean isHelp()
setHelp
public void setHelp(boolean help)
getDirs
public ArrayList<File> getDirs()
- Returns:
- the dirs
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.