I would like to record all transactions that happen in ActiveMQ. When someone writes to a queue or reads from it, I would like to log that. Is there a way to turn on this kind of logging, or is there a data store somewhere which I can parse and read?

link|improve this question
feedback

1 Answer

You need to enable DEBUG level logging in the .properties file for log4j. You can find more details about how to change it here:

http://activemq.apache.org/how-do-i-change-the-logging.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.