https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22417
--- Comment #257 from Marcel de Rooy <[email protected]> --- (In reply to Julian Maurice from comment #256) > > I would not promote a hybrid solution that falls back to code without MQ > Ok, but why ? Duplication of code. Maintenance, bugs etc. > > I hope that the last patch is not the design pattern for introduction of a > > MQ in Koha > Ok, but why ? See above. > Why would it be such a terrible design to have the ability to run background > jobs without a message queue ? Actually not. As you say, we could run without MQ. But since we want a message queue anyway, this could be a nice first start. What I do not like, is writing two blocks: code with MQ en code without. -- 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/
