Hi,

In the non-transacted session, are you using auto-acknowledge? It could be
that the client is not acknowledging the receipt of the message. A commit
might send an acknowledge automatically, that is why it is working in the
transacted session.

Regards,
Adrian Co


klate wrote:
> 
> Producer send a message to TestQueue with a non transacted Session
> 
> Testing a Consumer with a non transacted Session to receive Messages from
> TestQueue
> the Message is read but not removed.
> 
> Testing a Consumer with a transacted Session and commit 
> the Message is read from TestQueue and  removed. 
> 
--
View this message in context: 
http://www.nabble.com/Message+is+read+but+not+removed.-t1649736.html#a4500659
Sent from the ActiveMQ - User forum at Nabble.com.

Reply via email to