So in a moment of stupidity I updated my server to 23.10 and rabbitMQ will not build. I thought I was on the LTS, but wasn't. Koha states that it is using SQL messaging. What are the ramifications from this? I don't actually understand how rabbitMQ is used by koha. -- Thank you, Andrew Hartung
Hi, SQL pulling is that perl daemon will run each 10 seconds a SQL query to check for new jobs. So the jobs may start a few seconds later than with rabbitMQ. For a small single koha server it looks like it is not a problem to avoid rabbitMQ. We at Biblibre have a patch to avoid warns when message broker is undefined : https://git.biblibre.com/biblibre/kohac/commit/ffac616cab5f56c5c4283ccd959cd... Best regards, Le 21/11/2023 à 13:43, Andrew Hartung a écrit :
So in a moment of stupidity I updated my server to 23.10 and rabbitMQ will not build. I thought I was on the LTS, but wasn't. Koha states that it is using SQL messaging. What are the ramifications from this? I don't actually understand how rabbitMQ is used by koha.
-- Fridolin SOMERS <fridolin.somers@biblibre.com> Software and system maintainer 🦄 BibLibre, France
Hi Andrew, can you give us your exact version? There is no released 23.10 and the developer version should be 23.06. As Fridolin said, I believe RabbitMQ is not mandatory right now and there is a SQL fallback. Hope that helps, Katrin On 22.11.23 00:43, Andrew Hartung wrote:
So in a moment of stupidity I updated my server to 23.10 and rabbitMQ will not build. I thought I was on the LTS, but wasn't. Koha states that it is using SQL messaging. What are the ramifications from this? I don't actually understand how rabbitMQ is used by koha.
I bet 23.10 is the Ubuntu version Le 23/11/2023 à 12:02, Katrin Fischer a écrit :
Hi Andrew,
can you give us your exact version? There is no released 23.10 and the developer version should be 23.06. As Fridolin said, I believe RabbitMQ is not mandatory right now and there is a SQL fallback.
Hope that helps,
Katrin
On 22.11.23 00:43, Andrew Hartung wrote:
So in a moment of stupidity I updated my server to 23.10 and rabbitMQ will not build. I thought I was on the LTS, but wasn't. Koha states that it is using SQL messaging. What are the ramifications from this? I don't actually understand how rabbitMQ is used by koha.
_______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
-- Fridolin SOMERS <fridolin.somers@biblibre.com> Software and system maintainer 🦄 BibLibre, France
participants (3)
-
Andrew Hartung -
Fridolin SOMERS -
Katrin Fischer