https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39277 Bug ID: 39277 Summary: koha-common keeps bringing up RabbitMQ even if disabled on purpose Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Installation and upgrade (command-line installer) Assignee: koha-bugs@lists.koha-community.org Reporter: tomascohen@gmail.com QA Contact: testopia@bugs.koha-community.org CC: tomascohen@gmail.com Our current packaging schema is somehow messing with our deployment. I have run ```shell systemctl stop rabbitmq-server systemctl disable rabbitmq-server ``` but after any routine upgrade it gets enabled again. I haven't tracked it down but felt it was worth reporting. There's also the situation you cannot install Koha via packages without requiring rabbitmq, which is also problematic. Even if you want to use it, we need more fine-grained control. Take Docker as an example, in that context you want to run rabbit on a separate container, or even reuse a single service for many (possibly remote) Koha instances. We shouldn't be requiring it at all on a default setup. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.