| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rabbitmq.conf.example: mention how to disable non-TLS listeners | Michael Klishin | 2020-08-17 | 1 | -0/+5 |
| | | |||||
| * | Fixed typo in doc for list_unresponsive_queues | GitHubPang | 2020-07-30 | 1 | -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_queues | GitHubPang | 2020-07-30 | 1 | -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. | GitHubPang | 2020-07-20 | 1 | -1/+1 |
| | | |||||
| * | Switch to Mozilla Public License 2.0 (MPL 2.0) | dcorbacho | 2020-07-10 | 9 | -108/+27 |
| | | |||||
| * | drop deprecated HiPE compilation | Pierre Fenoll | 2020-06-24 | 2 | -29/+0 |
| | | | | | Signed-off-by: Pierre Fenoll <pierrefenoll@gmail.com> | ||||
| * | Update rabbitmqctl(8) man page | Michael Klishin | 2020-06-05 | 1 | -2/+4 |
| | | |||||
| * | Changed or overridden default configuration values related to quorum queues | Vanlightly | 2020-05-01 | 1 | -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 Bakken | 2020-04-10 | 2 | -1/+27 |
| | | | | | | | check_if_node_is_quorum_critical Part of rabbitmq/rabbitmq-cli#389 | ||||
| * | Remove overly cautious comment from sample config | kjnilsson | 2020-04-06 | 1 | -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édron | 2020-03-10 | 9 | -9/+9 |
| | | |||||
| * | Add ability to customize product name, version & banner | Jean-Sébastien Pédron | 2020-02-20 | 1 | -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.example | Michael Klishin | 2020-02-12 | 1 | -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 line | Michael Klishin | 2020-02-12 | 1 | -1/+1 |
| | | |||||
| * | Add management.path_prefix to rabbitmq.conf.example | Michael Klishin | 2020-02-12 | 1 | -1/+2 |
| | | |||||
| * | (c) bump | Michael Klishin | 2019-12-29 | 9 | -9/+9 |
| | | |||||
| * | Cuttlefish schema: introduce socket_writer.gc_threshold | Michael Klishin | 2019-12-25 | 1 | -0/+7 |
| | | | | | References #2182, rabbitmq/rabbitmq-common#343. | ||||
| * | Warn about HiPE deprecationrabbitmq_v3_6_5 | Michael Klishin | 2019-11-01 | 1 | -1/+3 |
| | | | | | References rabbitmq/rabbitmq-website#884 | ||||
| * | Make sure raft.segment_max_entries is a power of 2 in examples | Michael Klishin | 2019-10-28 | 1 | -1/+1 |
| | | |||||
| * | Make a bunch of Ra settings configurable rabbitmq.conf | Michael Klishin | 2019-10-27 | 1 | -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-local | Michael Klishin | 2019-10-08 | 1 | -2/+2 |
| | | |||||
| * | Doc: man pages for certificate commands | dcorbacho | 2019-10-08 | 1 | -0/+27 |
| | | | | | [#163597674] | ||||
| * | README-for-packages: more doc links | Michael Klishin | 2019-10-02 | 1 | -6/+12 |
| | | |||||
| * | README-for-packages: updates for 3.8 | Michael Klishin | 2019-10-02 | 1 | -4/+4 |
| | | |||||
| * | Put parameter management description in the right place | Arnaud Cogoluègnes | 2019-09-30 | 1 | -22/+14 |
| | | | | | In rabbitmqctl manpage. | ||||
| * | Minor fixes and polishing in rabbitmq-diagnostics manpage | Arnaud Cogoluègnes | 2019-09-30 | 1 | -4/+4 |
| | | |||||
| * | man pages: bump revision dates | Michael Klishin | 2019-09-28 | 9 | -9/+9 |
| | | |||||
| * | More rabbitmqctl(8) edits | Michael Klishin | 2019-09-28 | 1 | -42/+40 |
| | | |||||
| * | rabbitmqctl(8): eliminate all man(1) warnings | Michael Klishin | 2019-09-28 | 1 | -99/+99 |
| | | | | | | Corrects indentation and formatting in the process. The warnings turned out to be legit and relevant. | ||||
| * | rabbitmqctl(8): drop some misplaced .Oc macros | Michael Klishin | 2019-09-28 | 1 | -6/+24 |
| | | |||||
| * | rabbitmqctl(8): correct a number of formatting issues | Michael Klishin | 2019-09-28 | 1 | -116/+135 |
| | | |||||
| * | rabbitmqctl(8): add a few missing .Bls | Michael Klishin | 2019-09-27 | 1 | -0/+11 |
| | | |||||
| * | rabbitmqctl(8): remove some extraneous .Els | Michael Klishin | 2019-09-27 | 1 | -12/+0 |
| | | |||||
| * | rabbitmq-diagnostics(8): correct fomatting of optional args | Michael Klishin | 2019-09-27 | 1 | -22/+23 |
| | | |||||
| * | Docs: man formatting | dcorbacho | 2019-09-27 | 2 | -57/+121 |
| | | | | | [#168775486] | ||||
| * | Remove extra .El macros | Michael Klishin | 2019-09-27 | 1 | -6/+0 |
| | | |||||
| * | Docs: add missing diagnostics and ctl commands | dcorbacho | 2019-09-26 | 2 | -1143/+1437 |
| | | | | | [#168775486] | ||||
| * | rabbitmq-queues(8): formatting | Michael Klishin | 2019-09-26 | 1 | -11/+12 |
| | | |||||
| * | rabbitmq-queues(8): use list formatting suggested by @dumbbell | Michael Klishin | 2019-09-26 | 1 | -10/+14 |
| | | |||||
| * | More rabbitmq-queues(8) man page edits | Michael Klishin | 2019-09-26 | 1 | -1/+19 |
| | | |||||
| * | Cross-linking for newly added man pages | Michael Klishin | 2019-09-26 | 8 | -5/+53 |
| | | |||||
| * | quorum-queues(8): list arguments, add examples, wording | Michael Klishin | 2019-09-26 | 1 | -12/+31 |
| | | |||||
| * | rabbitmq-queues(8): document rebalance command args | Michael Klishin | 2019-09-25 | 1 | -1/+5 |
| | | |||||
| * | New man pages for rabbitmq-upgrade and rabbitmq-queues | dcorbacho | 2019-09-25 | 3 | -0/+258 |
| | | | | | * Updates to rabbitmq-diagnostics | ||||
| * | A typo | Michael Klishin | 2019-09-24 | 1 | -1/+1 |
| | | |||||
| * | Wording | Michael Klishin | 2019-09-24 | 1 | -1/+1 |
| | | |||||
| * | docs/rabbitmq.config.example is Tuesday's gone | Michael Klishin | 2019-09-24 | 2 | -923/+11 |
| | | | | | This only leaves rabbitmq.conf and advanced.config examples. | ||||
| * | Replace additional.config file by advanced.config | Whitespirit0 | 2019-09-19 | 1 | -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.example | Michael Klishin | 2019-08-13 | 1 | -1/+5 |
| | | |||||
| * | Clarify unit symbols | Gerhard Lazu | 2019-04-23 | 3 | -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. | ||||
