I too have encountered this problem. It seems to be a bug with the use of javax.jms.Session.AUTO_ACKNOWLEDGE in ActiveMQ.
When I use javax.jms.Session.CLIENT_ACKNOWLEDGE (and do javax.jms.Message.acknowledge()) the message is removed. Has this bug been logged and reproduced by the dev team? -- View this message in context: http://www.nabble.com/Message+is+read+but+not+removed.-t1649736.html#a4571887 Sent from the ActiveMQ - User forum at Nabble.com.
