[Koha-bugs] [Bug 32573] background_jobs_worker.pl should ACK a message before it forks and runs the job

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 11 16:50:56 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32573

--- Comment #20 from Kyle M Hall <kyle at 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.


More information about the Koha-bugs mailing list