Skip to content

Commit 01ab949

Browse files
michaelklishinmergify-bot
authored andcommitted
Update rabbitmq.conf.example header
mostly to test Mergify integration with @pjk25. (cherry picked from commit c12544f)
1 parent 08ab2d8 commit 01ab949

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

deps/rabbit/docs/rabbitmq.conf.example

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
1+
## This example configuration file demonstrates various settings
2+
## available via rabbitmq.conf. It primarily focuses core broker settings
3+
## but some tier 1 plugin settings are also covered.
4+
##
5+
## This file is AN EXAMPLE. It is NOT MEANT TO BE USED IN PRODUCTION. Instead of
6+
## copying the entire (large!) file, create or generate a new rabbitmq.conf for the target system
7+
## and populate it with the necessary settings.
8+
##
9+
## See https://rabbitmq.com/configure.html to learn about how to configure RabbitMQ,
10+
## the ini-style format used by rabbitmq.conf, how it is different from `advanced.config`,
11+
## how to verify effective configuration, and so on.
12+
##
13+
## See https://rabbitmq.com/documentation.html for the rest of RabbitMQ documentation.
14+
##
15+
## In case you have questions, please use RabbitMQ community Slack and the rabbitmq-users Google group
16+
## instead of GitHub issues.
17+
118
# ======================================
2-
# RabbitMQ broker section
19+
# Core broker section
320
# ======================================
421

5-
## Related doc guide: https://rabbitmq.com/configure.html. See
6-
## https://rabbitmq.com/documentation.html for documentation ToC.
722

823
## Networking
924
## ====================

0 commit comments

Comments
 (0)