2

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?

Resorath
  • 313
  • 1
  • 3
  • 13

1 Answers1

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:

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

polynomial
  • 3,968
  • 13
  • 24