https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22417
--- Comment #139 from David Cook <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
