solace-spring-cloud
solace-spring-cloud copied to clipboard
Docs update for clarity on manual acknowledgement in batch consumers
Request for docs update:
The batch consumer section could use some updates regarding acknowledgment.
Few pointers:
- Throwing an exception would leave the messages unacknowledged and the messages would remain in the queue
- A manual acknowledgment is at the level of the entire batch, not on the individual messages. Refer to the manual acknowledgment section for details.