https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32573 --- Comment #20 from Kyle M Hall <kyle@bywatersolutions.com> --- Nick asked me to post this https://stomp.github.io/stomp-specification-1.2.html#ACK --- ACK is used to acknowledge consumption of a message from a subscription using client or client-individual acknowledgment. Any messages received from such a subscription will not be considered to have been consumed until the message has been acknowledged via an ACK. --- The stomp protocol doesn't specify that an ACK is meant to indicate the completion of whatever activity a message would require. An ACK is only meant to verify that the client received the message. -- You are receiving this mail because: You are watching all bug changes.