Per Lundberg It looks like there is contention but no deadlock. In particular, the thread owning the lock that many other threads are waiting on, namely "Thread-3 (activemq-netty-threads)" is in RUNNABLE state. My suggestion would be to disable logging on the console (by logback). |