[Koha-bugs] [Bug 22417] Add a task queue

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 1 15:59:26 CEST 2020


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

--- Comment #236 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
I have 2 questions:

We need
    apt install rabbitmq-server
    rabbitmq-plugins enable rabbitmq_stomp
    service rabbitmq-server restart

we can have rabbitmq-server inside control.in, but what about the 2 other
commands?

Should we have them part of the install process or in koha-common (like we try
to guess if the plugin is enabled, otherwise we enable it and restart
rabbitmq)?

Also, shouldn't we add a rabbitmq status indicator on the about page?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list