Package org.apache.activemq.console.command.store.amq

Examples of org.apache.activemq.console.command.store.amq.AMQJournalTool.execute()


    
     // 3. start AMQJournalReaderTool and read the journal
     LOG.info("Starting journal audit.");
     AMQJournalTool consumerTool = new AMQJournalTool();
     consumerTool.getDirs().add(new File(DATA_DIR + "Broker1/journal/"));
     consumerTool.execute();    
     LOG.info("journal audit finished.");
      
     // 4. verify cacheSize of VelocityContext internal introspectionCache    
     int cacheSize = getVelocityIntrospectionCacheSize(consumerTool);
     LOG.info("VelocityContext introspectionCacheSize is of size " + cacheSize);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.