[Koha-bugs] [Bug 32481] Rabbit times out when too many jobs are queued and the response takes too long

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jan 9 01:50:00 CET 2023


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

--- Comment #30 from David Cook <dcook at prosentient.com.au> ---
I'm thinking that the prefetch config I provided isn't working with
Net::Stomp...

I enqueue 100 messages and then I look at the channel. 

root at kohadevbox:kohadevbox$ rabbitmqctl list_channels
Listing channels ...
pid     user    consumer_count  messages_unacknowledged
<rabbit at kohadevbox.1671492158.2401.0>   guest   1       0
<rabbit at kohadevbox.1671492158.8209.0>   guest   1       99

According to https://www.rabbitmq.com/rabbitmqctl.8.html,
messages_unacknowledged means that many messages have been delivered but
haven't been acknowledged.

The Net::Stomp library was set up to work with ActiveMQ, and I made the mistake
of assuming that some of the config option naming was labelled for ActiveMQ but
could be used for other providers. That's my bad. 

I'm working on a better fix now...

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


More information about the Koha-bugs mailing list