https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22417
--- Comment #50 from David Cook <[email protected]> --- We use RabbitMQ for some other projects, and I think I'm going to start looking at using it with some of our local Koha extensions. I don't have a timeline. It's mostly just going to be when I have some free time, but happy to report back on how it goes, lessons learned, etc. Tomas, I'm also interested in using RabbitMQ with Koha plugins. I think I agree now with the general model that you suggested. My koha-plugin-oaipmh-import plugin would be able to make use of RabbitMQ, so I'd be keen to test it out on the plugin side. I suppose the minimum we'd need in Koha is the following: 1) A RabbitMQ server 2) A background Koha worker (which can invoke Koha plugins) The plugin worker could write results to its own result store (ie a plugin controlled database table). A core (ie non plugin) result store is probably a good idea but not an immediate requirement I would think... -- 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/
