Or you can try uncommenting ACTIVEMQ_DEBUG_OPTS in your activemq start script (bin/activemq or bin\activemq.bat)
and start remote debugging in your IDE. For IDEA, see this article http://www.javaranch.com/journal/200408/DebuggingServer-sideCode.html Cheers Dejan Bosanac http://www.ttmsolutions.com - get a free ActiveMQ user guide ActiveMQ in Action - http://www.manning.com/snyder/ Scripting in Java - http://www.scriptinginjava.net James Strachan wrote: > 2008/9/11 Mick Knutson <[EMAIL PROTECTED]>: > >> Can someone help me to setup remote debugging within Intellij for activeMQ ? >> > > Why not just run the broker in the same JVM? > > e.g. > http://activemq.apache.org/how-to-unit-test-jms-code.html > > --