Several times, I got a problem with the ActiveMQ(4.0.1), consuming a message hanged and after I restarted the application everything was fine.
The stack trace is bellow, the waiting is in ActiveMQMessageConsumer.close.

Did anybody got a similar problem? Thanks.



at java.lang.Object.wait(Native Method)
- waiting on <0xe9d93cc8> (a edu.emory.mathcs.backport.java.util.concurrent.locks.CondVar)
   at java.lang.Object.wait(Object.java:474)
at edu.emory.mathcs.backport.java.util.concurrent.locks.CondVar.await(CondVar.java:75) - locked <0xe9d93cc8> (a edu.emory.mathcs.backport.java.util.concurrent.locks.CondVar) at edu.emory.mathcs.backport.java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:318) at org.apache.activemq.transport.FutureResponse.getResult(FutureResponse.java:38) at org.apache.activemq.transport.ResponseCorrelator.request(ResponseCorrelator.java:74) at org.apache.activemq.ActiveMQConnection.syncSendPacket(ActiveMQConnection.java:1112) at org.apache.activemq.ActiveMQSession.syncSendPacket(ActiveMQSession.java:1667) at org.apache.activemq.ActiveMQMessageConsumer.close(ActiveMQMessageConsumer.java:516)

Reply via email to