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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 27 02:49:17 CEST 2020


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

--- Comment #68 from David Cook <dcook at prosentient.com.au> ---
(In reply to Tomás Cohen Arazi from comment #67)
> I'm sure it is better to have this
> pushed ASAP to address any integration issues sooner than later.

Sounds good enough to me.

I think that the most important thing is to get the Net::Stomp dependency
added, and a configuration mechanism so that Koha code can get connection
details for a RabbitMQ instance.

With that in place, we should be able to refine and polish the overall task
queue feature incrementally. As you say, Tomas, the sooner we get this merged
into Koha, the better. 

(By extension, I'm already locally using RabbitMQ with Koha, but I'm using a
custom block in koha-conf.xml and custom update to debian/control to do that on
the Koha side. It would be great for those to be provided by upstream. That
would free me up to focus on my custom RabbitMQ consumer and my custom Koha
producer code. Once the task queue feature is optimized, I could replace most
of that custom work too, other than whatever "driver" is being used in the Koha
RabbitMQ consumer.)

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


More information about the Koha-bugs mailing list