Text to go in the release notes:
|
This fixes the messages displayed in About Koha "Server information" and "System information" tabs, depending on whether the RabbitMQ service is running and the options for the JobsNotificationMethod system preference. Previously, an error message was shown in the system information tab when the "Polling" option was selected and RabbitMQ was not running, when it shouldn't have.
Expected behavour:
- RabbitMQ running:
. STOMP option: message broker shows as "Using RabbitMQ", no warnings in the system information tab
. Polling option: message broker shows as "Using SQL polling", no warnings in the system information tab
- RabbitMQ not running:
. STOMP option: message broker shows as "Using SQL polling (Fallback, Error connecting to RabbitMQ)", error message shown in the system information tab
. Polling option: message broker shows as "Using SQL polling", no warnings in the system information tab
|