summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* rabbitmq.conf.example: mention how to disable non-TLS listenersMichael Klishin2020-08-171-0/+5
|
* Fixed typo in doc for list_unresponsive_queuesGitHubPang2020-07-301-1/+1
| | | | In the doc for list_unresponsive_queues, fixed an incorrect option name. See https://github.com/rabbitmq/rabbitmq-website/issues/1024
* Fixed typo in doc for list_unresponsive_queuesGitHubPang2020-07-301-1/+1
| | | | In the doc for list_unresponsive_queues, fixed an incorrect option name. See https://github.com/rabbitmq/rabbitmq-website/issues/1024
* Corrected a typo.GitHubPang2020-07-201-1/+1
|
* Switch to Mozilla Public License 2.0 (MPL 2.0)dcorbacho2020-07-109-108/+27
|
* drop deprecated HiPE compilationPierre Fenoll2020-06-242-29/+0
| | | | Signed-off-by: Pierre Fenoll <pierrefenoll@gmail.com>
* Update rabbitmqctl(8) man pageMichael Klishin2020-06-051-2/+4
|
* Changed or overridden default configuration values related to quorum queuesVanlightly2020-05-011-1/+1
| | | | | | Specifically: - changed default quorum_commands_soft_limit from 256 to 32 - override Ra wal_max_batch_size to 4096
* Add docs for check_if_node_is_mirror_sync_critical and ↵Luke Bakken2020-04-102-1/+27
| | | | | | check_if_node_is_quorum_critical Part of rabbitmq/rabbitmq-cli#389
* Remove overly cautious comment from sample configkjnilsson2020-04-061-3/+0
| | | | | The raft.* conf parameters only take place at the next available opportunity and won't affect in-flight data.
* Update copyright (year 2020)Jean-Sébastien Pédron2020-03-109-9/+9
|
* Add ability to customize product name, version & bannerJean-Sébastien Pédron2020-02-201-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To override the product name (defaulting to "RabbitMQ"): * set the `$RABBITMQ_PRODUCT_NAME` environment variable, or * set the `rabbit` application `product_name` variable. To override the product version: * set the `$RABBITMQ_PRODUCT_VERSION` environment variable, or * set the `rabbit` application `product_version` variable. To add content to the banner (both the copy logged and the one printed to stdout), indicate the filename which contains it, à la `/etc/motd` using: * the `$RABBITMQ_MOTD_FILE` environment variable, or * the `rabbit` application `motd_file` variable. The default motd file is `/etc/rabbitmq/motd` on Unix and `%APPDATA%\RabbitMQ\motd.txt` on Windows. Here is an example of the printed banner with name, version & motd configured: ## ## WeatherMQ 1.2.3 ## ## ########## Copyright (c) 2007-2020 Pivotal Software, Inc. ###### ## ########## Licensed under the MPL 1.1. Website: https://rabbitmq.com This is an example of a RabbitMQ message of the day. The message is written in Paris, France. \ / It is partly cloudy outside, with a _ /"".-. temperature of 12°C. Wind is around \_( ). 30-40 km/h, from south-west. /(___(__) Doc guides: https://rabbitmq.com/documentation.html Support: https://rabbitmq.com/contact.html Tutorials: https://rabbitmq.com/getstarted.html Monitoring: https://rabbitmq.com/monitoring.html Logs: /tmp/rabbitmq-test-instances/rabbit/log/rabbit@cassini.log /tmp/rabbitmq-test-instances/rabbit/log/rabbit@cassini_upgrade.log Config file(s): /tmp/rabbitmq-test-instances/test.config Starting broker... completed with 0 plugins. New APIS are available to query those product informations and use them in e.g. plugins such as the management API/UI: * rabbit:product_info/0 * rabbit:product_name/0 * rabbit:product_version/0 * rabbit:motd_file/0 * rabbit:motd/0 [#170054940]
* Delist internal stats mode from rabbitmq.conf.exampleMichael Klishin2020-02-121-7/+6
| | | | | | See https://github.com/rabbitmq/discussions/issues/62 for details. Rates mode is how it is controlled but this leftover example was around several years after the switch.
* rabbitmq.conf.example: this should be a comment lineMichael Klishin2020-02-121-1/+1
|
* Add management.path_prefix to rabbitmq.conf.exampleMichael Klishin2020-02-121-1/+2
|
* (c) bumpMichael Klishin2019-12-299-9/+9
|
* Cuttlefish schema: introduce socket_writer.gc_thresholdMichael Klishin2019-12-251-0/+7
| | | | References #2182, rabbitmq/rabbitmq-common#343.
* Warn about HiPE deprecationrabbitmq_v3_6_5Michael Klishin2019-11-011-1/+3
| | | | References rabbitmq/rabbitmq-website#884
* Make sure raft.segment_max_entries is a power of 2 in examplesMichael Klishin2019-10-281-1/+1
|
* Make a bunch of Ra settings configurable rabbitmq.confMichael Klishin2019-10-271-0/+12
| | | | | | | | | raft.segment_max_entries = 65535 raft.wal_max_size_bytes = 1048576 raft.wal_max_batch_size = 32768 raft.snapshot_chunk_size = 1000000 Closes #2140.
* Clarify that the certificate commands are node-localMichael Klishin2019-10-081-2/+2
|
* Doc: man pages for certificate commandsdcorbacho2019-10-081-0/+27
| | | | [#163597674]
* README-for-packages: more doc linksMichael Klishin2019-10-021-6/+12
|
* README-for-packages: updates for 3.8Michael Klishin2019-10-021-4/+4
|
* Put parameter management description in the right placeArnaud Cogoluègnes2019-09-301-22/+14
| | | | In rabbitmqctl manpage.
* Minor fixes and polishing in rabbitmq-diagnostics manpageArnaud Cogoluègnes2019-09-301-4/+4
|
* man pages: bump revision datesMichael Klishin2019-09-289-9/+9
|
* More rabbitmqctl(8) editsMichael Klishin2019-09-281-42/+40
|
* rabbitmqctl(8): eliminate all man(1) warningsMichael Klishin2019-09-281-99/+99
| | | | | Corrects indentation and formatting in the process. The warnings turned out to be legit and relevant.
* rabbitmqctl(8): drop some misplaced .Oc macrosMichael Klishin2019-09-281-6/+24
|
* rabbitmqctl(8): correct a number of formatting issuesMichael Klishin2019-09-281-116/+135
|
* rabbitmqctl(8): add a few missing .BlsMichael Klishin2019-09-271-0/+11
|
* rabbitmqctl(8): remove some extraneous .ElsMichael Klishin2019-09-271-12/+0
|
* rabbitmq-diagnostics(8): correct fomatting of optional argsMichael Klishin2019-09-271-22/+23
|
* Docs: man formattingdcorbacho2019-09-272-57/+121
| | | | [#168775486]
* Remove extra .El macrosMichael Klishin2019-09-271-6/+0
|
* Docs: add missing diagnostics and ctl commandsdcorbacho2019-09-262-1143/+1437
| | | | [#168775486]
* rabbitmq-queues(8): formattingMichael Klishin2019-09-261-11/+12
|
* rabbitmq-queues(8): use list formatting suggested by @dumbbellMichael Klishin2019-09-261-10/+14
|
* More rabbitmq-queues(8) man page editsMichael Klishin2019-09-261-1/+19
|
* Cross-linking for newly added man pagesMichael Klishin2019-09-268-5/+53
|
* quorum-queues(8): list arguments, add examples, wordingMichael Klishin2019-09-261-12/+31
|
* rabbitmq-queues(8): document rebalance command argsMichael Klishin2019-09-251-1/+5
|
* New man pages for rabbitmq-upgrade and rabbitmq-queuesdcorbacho2019-09-253-0/+258
| | | | * Updates to rabbitmq-diagnostics
* A typoMichael Klishin2019-09-241-1/+1
|
* WordingMichael Klishin2019-09-241-1/+1
|
* docs/rabbitmq.config.example is Tuesday's goneMichael Klishin2019-09-242-923/+11
| | | | This only leaves rabbitmq.conf and advanced.config examples.
* Replace additional.config file by advanced.configWhitespirit02019-09-191-2/+2
| | | The LDAP section refers to the additional.config file whereas the doc says it's commonly named advanced.config.
* Mention cluster_name in rabbitmq.conf.exampleMichael Klishin2019-08-131-1/+5
|
* Clarify unit symbolsGerhard Lazu2019-04-233-16/+19
| | | | | RabbitMQ supports both power of 2 & power of 10 unit symbols. Giving clear examples of the difference - it's a mistake easy to make.