I am using ActiveMQ 4 embedded in Tomcat 5.5.12. I configure one queue. I can
send message from a servlet to a configured queue. The queue listener can
also get it and expires it. A few minutes later, I get the following error:

Caused by: java.sql.SQLException: Failed to remove a message
        at
org.apache.activemq.store.jdbc.TransactionContext.executeBatch(TransactionContext.java:94)
        at
org.apache.activemq.store.jdbc.TransactionContext.executeBatch(TransactionContext.java:74)
        at
org.apache.activemq.store.jdbc.TransactionContext.commit(TransactionContext.java:149).


I think ActiveMQ throws the above error when it is trying to clean the
queue.


Jim

--
View this message in context: 
http://www.nabble.com/Failed-to-remove-a-message-t1521459.html#a4131595
Sent from the ActiveMQ - User forum at Nabble.com.

Reply via email to