File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
18
# ======================================
2
- # RabbitMQ broker section
19
+ # Core broker section
3
20
# ======================================
4
21
5
- ## Related doc guide: https://rabbitmq.com/configure.html. See
6
- ## https://rabbitmq.com/documentation.html for documentation ToC.
7
22
8
23
## Networking
9
24
## ====================
You can’t perform that action at this time.
0 commit comments