Gary Tully wrote:
> 
> in transacted mode, who is managing the transaction demarcation? In
> other words, where is the session.commit() call?
> 

This is a session based transaction as opposed to an external JTA operation.

The COMMIT is, therefore, made against the jms session object.

The call is made within the MessageListener's onMessage method.

Thank you for your response.

Sincerely,
jonnie savell
-- 
View this message in context: 
http://www.nabble.com/Q-Consumers-stop-receiving-messages-tp21438163p21919955.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to