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

--- Comment #30 from David Cook <[email protected]> ---
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@kohadevbox:kohadevbox$ rabbitmqctl list_channels
Listing channels ...
pid     user    consumer_count  messages_unacknowledged
<[email protected]>   guest   1       0
<[email protected]>   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.
_______________________________________________
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/

Reply via email to