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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Sep 3 01:45:03 CEST 2020


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

--- Comment #264 from David Cook <dcook at prosentient.com.au> ---
(In reply to Katrin Fischer from comment #239)
> MySQL/MariaDB is very standard, RabbitMQ is not... 

I just want to add that message queues like RabbitMQ, ActiveMQ, Amazon SQS, etc
are common in the software world. Both ActiveMQ and Amazon SQS have been around
for over 15 years. 

They're not uncommon in the library software world either. Both DSpace and
Fedora Commons come with embedded ActiveMQ servers. (Since those are Java apps,
they have the advantage of being able to embed Java-based apps like ActiveMQ
and Solr.)

Using Plack and RabbitMQ actually helps Koha to catch-up with other (open
source) library systems.

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


More information about the Koha-bugs mailing list