https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22417 --- Comment #343 from David Cook <dcook@prosentient.com.au> --- (In reply to David Cook from comment #342)
The RabbitMQ website's own recommendation is to use newer versions of RabbitMQ as per https://www.rabbitmq.com/install-debian.html.
I will be trying https://bintray.com/rabbitmq/debian/rabbitmq-server shortly.
A modified version of https://www.rabbitmq.com/install-debian.html#apt-bintray-quick-start: curl -fsSL https://github.com/rabbitmq/signing-keys/releases/download/2.0/rabbitmq-rele... | sudo apt-key add - apt-get install apt-transport-https /etc/apt/sources.list.d/rabbitmq.list: deb https://dl.bintray.com/rabbitmq-erlang/debian bionic erlang deb https://dl.bintray.com/rabbitmq/debian bionic main apt-get update apt-get install rabbitmq-server -- You are receiving this mail because: You are watching all bug changes.