https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34070 --- Comment #29 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 179216 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=179216&action=edit Bug 34070: Deal with broker connection issues This patch suggests to deal with connection issues at Koha::BackgroundJob->connect level. It incorrectly returned a Net::Stomp object when the connection failed. With this patch, if the CONNECT does not return a CONNECTED frame then Koha::BackgroundJob->connect returns nothing and the caller is not fooled. It also fixes the about page, we now have: "Using SQL polling (Fallback, Error connecting to RabbitMQ)" instead of "Using RabbitMQ" Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> -- You are receiving this mail because: You are watching all bug changes.