https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42077 --- Comment #1 from Mark Hofstetter <mark@hofstetter.at> --- Created attachment 195839 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=195839&action=edit Bug 42077: Make polling the default jobs notification method and RabbitMQ optional Change the default value of JobsNotificationMethod from STOMP to polling for new installations and for the migration that inserts the preference. Adjust Debian package metadata so rabbitmq-server is no longer a hard dependency and is instead installed as an optional recommended package. This keeps RabbitMQ available for sites that want STOMP notifications, while making polling the default and avoiding a mandatory RabbitMQ installation. To test: 1. Confirm JobsNotificationMethod defaults to "polling" in sysprefs.sql. 2. Confirm the DB revision inserts JobsNotificationMethod with value "polling". 3. Confirm rabbitmq-server is no longer listed in Depends in debian/ control.in. 4. Confirm rabbitmq-server is listed as Recommends in debian/control.in. 5. Confirm the generated debian/control reflects the same dependency changes. 6. build koha debian packages, install them and check if "polling" is set JobsNotificationMethod and rabbitmq-server is not installed -- You are receiving this mail because: You are watching all bug changes.