Re: logging of messages in ActiveMQ

2009-09-28 Thread David Newcomb
To get all the messages which can be produced, change the level from DEBUG to ALL. If you are having trouble with log4j, you might find this article useful. http://www.bigsoft.co.uk/blog/index.php/2009/08/01/configuring-log4j-properties On Thu, 10 Sep 2009 Jim_1 wrote: This didn't make an

Re: logging of messages in ActiveMQ

2009-09-10 Thread Jim_1
This didn't make any difference. I think the main issue is knowing which level in the logging hierarchy to select??? log4j.logger.org.apache.activemq=DEBUG log4j.logger.org.apache.activemq.transport.InactivityMonitor=DEBUG log4j.logger.org.apache.activemq.spring=DEBUG log4j.logger.org.springframe

Re: logging of messages in ActiveMQ

2009-09-10 Thread Andreas Gies
Hi there, perhaps this might help you: http://activemq.apache.org/logging-interceptor.html Best regards Andreas On Sep 10, 2009, at 3:46 PM, Jim_1 wrote: Could anyone help me with how to fully log the messages including consumer/producer Here is my log4j.properties file - but I am not gett

Re: logging of messages in ActiveMQ

2009-09-10 Thread James Strachan
does uncommenting this line help? log4j.rootLogger=DEBUG, out, stdout i.e. to log to both the file and standard out? 2009/9/10 Jim_1 : > > Could anyone help me with how to fully log the messages including > consumer/producer > > Here is my log4j.properties file - but I am not getting detailed m