diff options
| author | Tim Watson <tim@rabbitmq.com> | 2013-09-30 15:06:22 +0100 |
|---|---|---|
| committer | Tim Watson <tim@rabbitmq.com> | 2013-09-30 15:06:22 +0100 |
| commit | 9ff30404b608b8c30c35f9986d3c1619e0df5131 (patch) | |
| tree | 1262ee541de2b756cfd6f2b532437d4a5788d519 /docs/rabbitmq.config.example | |
| parent | 64e0e4adba9662544be477cec91ae1654b994d59 (diff) | |
| download | rabbitmq-server-git-9ff30404b608b8c30c35f9986d3c1619e0df5131.tar.gz | |
Add section on sample retention policies
Diffstat (limited to 'docs/rabbitmq.config.example')
| -rw-r--r-- | docs/rabbitmq.config.example | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example index a03c13bc9b..10ed79d9eb 100644 --- a/docs/rabbitmq.config.example +++ b/docs/rabbitmq.config.example @@ -183,6 +183,10 @@ %% %% {disk_free_limit, {mem_relative, 1.0}}, + %% To announce custom properties to clients on connection: + %% + %% {server_properties, []}, + %% How to respond to cluster partitions. %% See http://www.rabbitmq.com/partitions.html for further details. %% @@ -258,6 +262,15 @@ %% {certfile, "/path/to/cert.pem"}, %% {keyfile, "/path/to/key.pem"}]}]}, + %% Configure how long aggregated data (such as message rates and queue + %% lengths) is retained. Please read the plugin's documentation in + %% https://www.rabbitmq.com/management.html#configuration for more + %% details. + %% + %% {sample_retention_policies, + %% [{global, [{60, 5}, {3600, 60}, {86400, 1200}]}, + %% {basic, [{60, 5}, {3600, 60}]}, + %% {detailed, [{10, 5}]}]} ]}, {rabbitmq_management_agent, |
