How can I log all incoming msgs in Queue "hello" into a separate logfile
D:\dev\activemq\hello.log As far as I understand I have to active logging at first according to the Logging Interceptor described here: http://activemq.apache.org/logging-interceptor.html Ok, I specify: ... <loggingBrokerPlugin logConsumerEvents="true"/> .... But how to I restrict the logging to Queue "hello"? How do I specify a special logfile for this? Ben