Replies: 2 comments
-
Hello, thanks for using RabbitMQ. Neither Chocolatey nor the Windows RabbitMQ installer create a Here is a transcript of a 100% fresh install of Erlang 26 and RabbitMQ 3.13.2 on my Win 11 workstation:
Yes, that format is correct, but the file MUST be named https://www.rabbitmq.com/docs/configure#config-file I believe that the documentation is sufficient at this point. We would gladly review pull requests with suggested improvements. |
Beta Was this translation helpful? Give feedback.
-
What leads you to believe that? New config file keys can be anything, and the app environment they set up can be nested differently for any number of reasons, including backwards compatibility in this case. Those who are really curious can take a look at the translation schema files, e.g. the one used by the management plugin. Where you will find how |
Beta Was this translation helpful? Give feedback.
-
Is your feature request related to a problem? Please describe.
I have installed RabbitMQ on Windows using Chocolatey, default, nothing extras on the command line.
I found my configuration file in
C:\Users\[my username]\AppData\Roaming\RabbitMQ\rabbitmq.config
.However, it is the old-style config, starting like this:
I renamed it to
advanced.config
and created a newrabbitmq.config
file with the new format:The windows service starts without giving an error... log stays dead silent (in
C:\Users\[user]\AppData\Roaming\RabbitMQ\log\[email protected]
).. No response from management UI...Starting the commandline:
C:\Program Files\RabbitMQ Server\rabbitmq_server-3.13.2\sbin>rabbitmq-server.bat
finnally gives some useful output:Since the documentation presents the new format almost everywhere I would like this new environment to also default to the new configuration style.
Describe the solution you'd like
A description of how to configure RabbitMq so that it will use the new format.
Describe alternatives you've considered
An alternative could be a conversion tool, but it seems that a 1-to-1 conversion will not work any way since there are quite some differences. For example:
Converted from https://www.rabbitmq.com/docs/management#single-listener-https :
Should convert to this:
But scroll down a bit and it appears to be completely different:
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions