You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All RabbitMQ users should now be using rabbitmq.conf configuration files. The presence of multiple configuration options continues to confuse new users (link).
The documentation should be simplified to only show ini-style configuration, except where Erlang term configuration is absolutely necessary. At this point only LDAP requires it that I know of.
The text was updated successfully, but these errors were encountered:
Another place that requires it is configuration value encryption. Static Shovels is a yet another one.
I think the majority of examples already only use the .conf format but there are quite a few old blog posts, examples, configuration generation tools that have never moved away from the Erlang term format.
All RabbitMQ users should now be using
rabbitmq.conf
configuration files. The presence of multiple configuration options continues to confuse new users (link).The documentation should be simplified to only show
ini
-style configuration, except where Erlang term configuration is absolutely necessary. At this point only LDAP requires it that I know of.The text was updated successfully, but these errors were encountered: