How can I enable detailed loggingWe use commons-logging so you can use that to enable debug tracing Or if you've got log4j.jar on your classpath you can use a log4j.properties file to configure the logging levels. See the log4j.properties example e.g. adding the following to your log4j.properties will enable tracing of ActiveMQ code: in 4.x log4j.logger.org.apache.activemq=INFO log4j.logger.org.apache.activemq.spring=WARN in 3.x log4j.logger.org.activemq=TRACE Getting help on log4jIf you are new to log4j please see the log4j manual |