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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 18 01:30:55 CEST 2020


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

--- Comment #139 from David Cook <dcook at prosentient.com.au> ---
Oh, I just remembered something else that should be addressed.

The Koha::BackgroundJob->connect method should use configurable options rather
than hard-coded default values. (Maybe it would even be OK to use the
hard-coded default values in the absence of configured values for usability...)

I would also suggest adding "host" to the the $stomp->connect call. Even if we
default to "/", it would be nice to allow sysadmins to determine what virtual
host to use in RabbitMQ, and it would cost us nothing but a line or two of
code/config.

(Note that doing this will help the koha-testing-docker and koha-docker
projects to run RabbitMQ in a separate container.)

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


More information about the Koha-bugs mailing list