Describe the bug
On a clean installation of RabbitMQ 3.13.2 with Erlang OTP 26.2.5.10 on Windows Server 2022, the RabbitMQ service can be created and started, but during installation/update, the following error is shown:
Reproduction steps
- Install Erlang OTP 26.2.5.10 on Windows Server 2022 (default path).
- Install RabbitMQ 3.13.2 (default path).
- Open an elevated PowerShell and run:
cd "C:\Program Files\RabbitMQ Server\rabbitmq_server-3.13.2\sbin"
.\rabbitmq-service.bat install
- Observe the error in the output:
erlsrv: Service RabbitMQ added to system.
erlsrv: Unrecognized option {child_type,worker}]
Expected behavior
The RabbitMQ Windows service should install and update without any error messages.
Additional context
No response