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?
Asked
Active
Viewed 384 times
1 Answers
0
You need to enable DEBUG level logging in the .properties file for log4j. You can find more details about how to change it here:

polynomial
- 4,016
- 14
- 24