Skip to content

Commit 50d0c39

Browse files
Merge pull request #6817 from rabbitmq/mergify/bp/v3.11.x/pr-6814
2 parents 542a5e9 + c0c8683 commit 50d0c39

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

deps/rabbit/docs/rabbitmq.conf.example

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,23 @@
265265
# ssl_handshake_timeout = 5000
266266

267267

268+
##
269+
## Loading Definitions
270+
## ====================
271+
##
272+
## Relevant documentation: https://www.rabbitmq.com/definitions.html#import-on-boot
273+
##
274+
## To import definitions from a local file on node boot, set the
275+
## load_definitions config key to a path of a previously exported
276+
## JSON file with definitions. Does not require management plugin
277+
## to be enabled.
278+
##
279+
# load_definitions = /path/to/definitions/file.json
280+
281+
282+
##
268283
## Cluster name
284+
## ====================
269285
##
270286
# cluster_name = dev3.eng.megacorp.local
271287

0 commit comments

Comments
 (0)