diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2013-09-30 16:47:48 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2013-09-30 16:47:48 +0100 |
| commit | 4d3c7c897225ac4637945fbc7da2845ed6f84d9f (patch) | |
| tree | ce88e0b3dd446c6db9ace4dc8d8000c19d740ca5 /docs/rabbitmq.config.example | |
| parent | 01049a2a850bdd16406a60702d21e4dd869d78dc (diff) | |
| download | rabbitmq-server-git-4d3c7c897225ac4637945fbc7da2845ed6f84d9f.tar.gz | |
A couple more things that should be documented here.
Diffstat (limited to 'docs/rabbitmq.config.example')
| -rw-r--r-- | docs/rabbitmq.config.example | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example index b074769948..9fc607a55b 100644 --- a/docs/rabbitmq.config.example +++ b/docs/rabbitmq.config.example @@ -33,6 +33,12 @@ %% %% {log_levels, [{connection, info}]}, + %% Set to 'true' to perform reverse DNS lookups when accepting a + %% connection. Hostnames will then be shown instead of IP addresses + %% in rabbitmqctl and the management plugin. + %% + %% {reverse_dns_lookups, true}, + %% %% Security / AAA %% ============== @@ -329,7 +335,15 @@ %% {reconnect_delay, 2.5} %% ]} %% End of my_first_shovel - ]} + ]}, + %% Rather than specifying some values per-shovel, you can specify + %% them for all shovels here. + %% + %% {defaults, [{prefetch_count, 0}, + %% {ack_mode, on_confirm}, + %% {publish_fields, []}, + %% {publish_properties, [{delivery_mode, 2}]}, + %% {reconnect_delay, 2.5}]} ]}, %% ---------------------------------------------------------------------------- |
