Message consumer closing due to error in listening thread & Also message is not delete from the que
JayPrakash Dutta
Greenhorn
Joined: Jun 23, 2009
Posts: 5
posted
0
Hi,
I have a process which puts a message on a queue and then reading message from queue and insert in DB. When it inserted to DB, it tries to close the
queue, which it does successfully, but I quickly get:
16:19:26,429 WARN [SpyMessageConsumer] Message consumer closing due to error in listening thread.
javax.jms.IllegalStateException: The session is closed
at org.jboss.mq.SpySession.checkClosed(SpySession.java:1149)
at org.jboss.mq.SpySession.doAcknowledge(SpySession.java:175)
at org.jboss.mq.SpyMessage.doAcknowledge(SpyMessage.java:353)
at org.jboss.mq.SpyMessageConsumer.run(SpyMessageConsumer.java:704)
at java.lang.Thread.run(Thread.java:595)