Hi, Is it a bug with javax.jms.Session.AUTO_ACKNOWLEDGE in ActiveMQ ?
When I use createQueueSession(false, javax.jms.Session.AUTO_ACKNOWLEDGE) the Messages are not removed from the Queue. When I use createQueueSession(true, javax.jms.Session.AUTO_ACKNOWLEDGE) and call getSession().commit() in the onMessage Method the Messages are removed from the Queue. I work with ActiveMQ Release (30.05.2006). Best Regards Klaus Terjung -- View this message in context: http://www.nabble.com/Bug+in+createQueueSession+--t1710085.html#a4642714 Sent from the ActiveMQ - User forum at Nabble.com.
