CLIENT_ACKNOWLEDGE with JmsTemplate - implicit message acknowledge each read [SPR-13255] #17846
Labels
in: messaging
Issues in messaging modules (jms, messaging)
status: declined
A suggestion or change that we don't feel we should currently apply
Lubos Krnac opened SPR-13255 and commented
I found this code in JmsTemplate.doReceive(Session session, MessageConsumer consumer):
Why is message acknowledged straight after reception before returning to application code? That effectively means we can't use JmsTemplate with CLIENT_ACKNOWLEDGE for bulk processing of messages. Does it relates somehow to #17587?
Issue Links:
The text was updated successfully, but these errors were encountered: