[Koha-bugs] [Bug 22417] Add a task queue

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 30 02:51:12 CET 2020


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

--- Comment #343 from David Cook <dcook at 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-release-signing-key.asc
| 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.


More information about the Koha-bugs mailing list