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?
|
feedback
|
|
You need to enable DEBUG level logging in the .properties file for log4j. You can find more details about how to change it here: | |||
|
feedback
|