This directory contains CLI tool man page sources as well as a few documentation extras:
- An annotated rabbitmq.conf example (see new style configuration format)
- An annotated advanced.config example (see The advanced.config file)
- A systemd unit file example
Please see rabbitmq.com for documentation guides.
Feeling nostalgic and looking for the classic configuration file example?
Now that's old school! Keep in mind that classic configuration file should be considered deprecated.
Prefer rabbitmq.conf
(see new style configuration format)
with an advanced.config
to complement it as needed.
This directory contains man pages that are are converted to HTML using mandoc
:
gmake web-manpages
The result is then copied to the website repository
Since deployed man pages are generated, it is important to keep them in sync with the source. Accepting community contributions — which will always come as website pull requests — is fine but the person who merges them is responsible for backporting all changes to the source pages in this repo.