How do I change the loggingWe use commons-logging You can disable the ActiveMQ logging by editing the conf/log4j.properties file to disable all INFO level logging for activemq by adding this line log4j.logger.org.apache.activemq=WARN or to disable stdout logging all together change this line log4j.rootLogger=INFO, stdout, out to log4j.rootLogger=INFO, out |