Hello guy's, I'm coding a durable subscriber, for that i connect with client acknowledgement, If i can put the message on my database i acknowledge the message. In the case where the message is not acknowledge i continue by the next message and when i receive no message I have to get back unacknowledged message.
I tried with Transactional mode for use session.Rollback(); but it committed all message of the session its not what i wanted. There is some solution with client acknowledgement ? Thanks -- View this message in context: http://activemq.2283324.n4.nabble.com/pending-list-tp4680709.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
