Try to get a thread dump using CTRL+break on Windows or kill -3 on Unix and
examine the stack trace of each thread. It might give you some indication
where things are hanging. Then attach a debugger to the JVM and check what
the threads in question are doing.

-- 
View this message in context: 
http://www.nabble.com/ActiveMQ-5.x-hangs.-How-to-debug--tp17359508s2354p17364151.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to