Skip to content

Commit 4a582b1

Browse files
Cosmetics
1 parent b086a3d commit 4a582b1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

site/definitions.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ set the `load_definitions` config key to a path of a previously exported JSON fi
135135
load_definitions = /path/to/definitions/file.json
136136
</pre>
137137

138-
From RabbitMQ `3.9.4` you can import definitions from a URL accessible over HTTPS on node boot.
138+
Definitions can be imported from a URL accessible over HTTPS on node boot.
139139
Set the `definitions.import_backend` and `definitions.https.url` config keys to https and a valid URL where a JSON definition is located.
140140

141141
<pre class="lang-ini">
@@ -147,9 +147,8 @@ definitions.tls.versions.1 = tlsv1.2
147147
</pre>
148148

149149

150-
As of RabbitMQ `3.8.6`, definition import happens after plugin activation.
151-
This means that definitions related to plugins (e.g. dynamic Shovels, exchanges of a custom type, and so on)
152-
can be imported at boot time.
150+
Definition import happens after plugin activation. This means that definitions related
151+
to plugins (e.g. dynamic Shovels, exchanges of a custom type, and so on) can be imported at boot time.
153152

154153
The definitions in the file will not overwrite anything already in the broker.
155154
However, if a blank (uninitialised) node imports a definition file, it will
@@ -160,7 +159,8 @@ not create the default virtual host and user.
160159
By default definitions are imported by every cluster node, unconditionally.
161160
In many environments definition file rarely changes. In that case it makes
162161
sense to only perform an import when definition file contents actually change.
163-
Starting with RabbitMQ 3.10, this can be done by setting the `definitions.skip_if_unchanged` configuration key
162+
163+
This can be done by setting the `definitions.skip_if_unchanged` configuration key
164164
to `true`:
165165

166166
<pre class="lang-ini">

0 commit comments

Comments
 (0)