Re: Problems understanding redelivery

2011-08-31 Thread Torsten Mielke
Hi, 1) Its the call to javax.jms.Connection.createSession(boolean transacted, int acknowledgeMode) where you can specify whether your Session is transacted or not. So its basically a flag. 2) The acknowledge mode is passed in the above call as well. Note, the acknowledgeMode is ignored if the

Problems understanding redelivery

2011-08-31 Thread Steve Weet
I am reading the ActiveMQ Redelivery policy documentation http://activemq.apache.org/message-redelivery-and-dlq-handling.html and this states that :- Messages are redelivered to a client when any of the following occurs: A transacted session is used and rollback() is called. A transacted session