[heads up] MBeanTest for testing out JMX operations on the MBeans

2006-03-09 Thread James Strachan
We've got a whole host of MBeans available in 4.x which now have more than just the basic statistics; you can create/delete queue/topic/ durable topic subscriptions as well as browse queues, purge queues, copy messages around etc. Up to now alot of these MBeans were not tested though :) I'v

[IDE malarkey] dealing with log4j in your IDE versus Maven

2006-03-09 Thread James Strachan
This might be completely obvious to everyone - but I just thought I'd explain what I've just started doing with my IDE and I wished I'd done this a long long time ago... So ActiveMQ uses log4j.properties on the classpath (usually in $module/src/test/resources/). By default the logging level

Re: [IDE malarkey] dealing with log4j in your IDE versus Maven

2006-03-09 Thread James Strachan
Even better! :) James On 3/9/06, Guillaume Nodet <[EMAIL PROTECTED]> wrote: > > In ServiceMix, i solved the problem by specifying another log4j > configuration that is used in maven only. > > Just add the following lines in the project.properties > maven.junit.sysproperties=log4j.configuration